diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7b671..091237f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.2.0] - 2025-12-24 ### Changed @@ -76,7 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial commit -[Unreleased]: https://github.com/compulim/version-from-git/compare/v1.1.2...HEAD +[1.2.0]: https://github.com/compulim/version-from-git/compare/v1.1.2...v1.2.0 [1.1.2]: https://github.com/compulim/version-from-git/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/compulim/version-from-git/compare/v1.0.0...v1.1.1 [1.0.0]: https://github.com/compulim/version-from-git/releases/tag/v1.0.0 diff --git a/package-lock.json b/package-lock.json index 3eb3c1e..fcb0d19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@compulim/version-from-git-root", - "version": "1.1.3-0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@compulim/version-from-git-root", - "version": "1.1.3-0", + "version": "1.2.0", "license": "MIT", "workspaces": [ "packages/version-from-git", diff --git a/package.json b/package.json index b61afd1..e5df6b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@compulim/version-from-git-root", - "version": "1.1.3-0", + "version": "1.2.0", "description": "", "private": true, "author": "William Wong (https://github.com/compulim)",