Skip to content

Commit e868e3e

Browse files
chore(release): 2.1.0 (#103)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fc3a73f commit e868e3e

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.3...v2.1.0) (2025-06-08)
7+
8+
### Features
9+
10+
* **config:** addon queries feature ([8fffed4](https://github.com/TrigenSoftware/simple-release/commit/8fffed439e1b527491d8db0c2b178dff44f02a3a))
11+
12+
### Bug Fixes
13+
14+
* **core:** bump fixed monorepo using root version as base ([fc3a73f](https://github.com/TrigenSoftware/simple-release/commit/fc3a73fa1a89bcdb0c1e7ae81361ebc0c5067d91))
15+
616
## [2.0.3](https://github.com/TrigenSoftware/simple-release/compare/v2.0.2...v2.0.3) (2025-06-07)
717

818
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simple-release-tools",
33
"type": "module",
44
"private": true,
5-
"version": "2.0.3",
5+
"version": "2.1.0",
66
"description": "A simple tools to automate releases.",
77
"author": "dangreen",
88
"license": "MIT",

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.3...v2.1.0) (2025-06-08)
7+
8+
### Features
9+
10+
* addon queries feature ([8fffed4](https://github.com/TrigenSoftware/simple-release/commit/8fffed439e1b527491d8db0c2b178dff44f02a3a))
11+
612
## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05)
713

814
### Features

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@simple-release/config",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "A simple-release config loader.",
66
"author": {
77
"name": "Dan Onoshko",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.3...v2.1.0) (2025-06-08)
7+
8+
### Bug Fixes
9+
10+
* bump fixed monorepo using root version as base ([fc3a73f](https://github.com/TrigenSoftware/simple-release/commit/fc3a73fa1a89bcdb0c1e7ae81361ebc0c5067d91))
11+
612
## [2.0.3](https://github.com/TrigenSoftware/simple-release/compare/v2.0.2...v2.0.3) (2025-06-07)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@simple-release/core",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.",
66
"author": {
77
"name": "Dan Onoshko",

0 commit comments

Comments
 (0)