Skip to content

Commit 841f2a1

Browse files
chore(release): 2.2.0 (#106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c3a9c9e commit 841f2a1

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.2.0](https://github.com/TrigenSoftware/simple-release/compare/v2.1.2...v2.2.0) (2025-06-09)
7+
8+
### Features
9+
10+
* **core:** `fetch` option for tag step to update local tags before tagging ([e3137e4](https://github.com/TrigenSoftware/simple-release/commit/e3137e439e313661e52dabfba38497c2b274a642))
11+
12+
### Bug Fixes
13+
14+
* **github-action:** fetch fresh tags from remote before tagging ([c3a9c9e](https://github.com/TrigenSoftware/simple-release/commit/c3a9c9e6a5b54c4fdc5fd0c55498ce0cea847c7e))
15+
616
## [2.1.2](https://github.com/TrigenSoftware/simple-release/compare/v2.1.1...v2.1.2) (2025-06-08)
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.1.2",
5+
"version": "2.2.0",
66
"description": "A simple tools to automate releases.",
77
"author": "dangreen",
88
"license": "MIT",

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.2.0](https://github.com/TrigenSoftware/simple-release/compare/v2.1.2...v2.2.0) (2025-06-09)
7+
8+
### Features
9+
10+
* `fetch` option for tag step to update local tags before tagging ([e3137e4](https://github.com/TrigenSoftware/simple-release/commit/e3137e439e313661e52dabfba38497c2b274a642))
11+
612
## [2.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.3...v2.1.0) (2025-06-08)
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.1.0",
4+
"version": "2.2.0",
55
"description": "A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.",
66
"author": {
77
"name": "Dan Onoshko",

packages/github-action/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.2.0](https://github.com/TrigenSoftware/simple-release/compare/v2.1.2...v2.2.0) (2025-06-09)
7+
8+
### Bug Fixes
9+
10+
* fetch fresh tags from remote before tagging ([c3a9c9e](https://github.com/TrigenSoftware/simple-release/commit/c3a9c9e6a5b54c4fdc5fd0c55498ce0cea847c7e))
11+
612
## [2.0.1](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.0.1) (2025-06-07)
713

814
### Bug Fixes

packages/github-action/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/github-action",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.2.0",
55
"description": "A simple-release api for github action.",
66
"author": {
77
"name": "Dan Onoshko",

0 commit comments

Comments
 (0)