diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a661186..36bbbcf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [2.1.0](https://github.com/hyper63/hyper-ci-bump/compare/v2.0.4...v2.1.0) (2024-10-09) + + +### Features + +* **manifest:** add support for bumping deno.json and jsr.json ([c9dd43c](https://github.com/hyper63/hyper-ci-bump/commit/c9dd43c3b0863c25e4929031aa77ac8e7f83c55a)) + ## [2.0.4](https://github.com/hyper63/hyper-ci-bump/compare/v2.0.3...v2.0.4) (2024-02-27) ## [2.0.3](https://github.com/hyper63/hyper-ci-bump/compare/v2.0.2...v2.0.3) (2023-09-20) diff --git a/package-lock.json b/package-lock.json index a176f09d..c209284a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hyper-ci-bump", - "version": "2.0.4", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hyper-ci-bump", - "version": "2.0.4", + "version": "2.1.0", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", diff --git a/package.json b/package.json index de60b6b2..76358168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-ci-bump", - "version": "2.0.4", + "version": "2.1.0", "main": "index.js", "type": "module", "description": "Github Action to bump manifest files",