diff --git a/CHANGELOG.md b/CHANGELOG.md index 5099f8f..4456e70 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. +## [1.0.2](https://github.com/absolute-version/absolute-version-js/compare/v1.0.1...v1.0.2) (2023-03-17) + + +### Bug Fixes + +* Fix a bug where the git hash was inappropriately truncated when there were no tags (fixes [#3](https://github.com/absolute-version/absolute-version-js/issues/3)) ([aad13ca](https://github.com/absolute-version/absolute-version-js/commit/aad13ca6f59c9145696b53f81dbb0f99d3d663db)) + ### [1.0.1](https://github.com/absolute-version/absolute-version-js/compare/v1.0.0...v1.0.1) (2022-05-25) diff --git a/package-lock.json b/package-lock.json index 7f43fc5..2002e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "absolute-version", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "absolute-version", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "git-describe": "^4.1.0", diff --git a/package.json b/package.json index 42a2c7f..64cf69b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "absolute-version", - "version": "1.0.1", + "version": "1.0.2", "description": "Reads your git tags to generate a unique human-readable version for every git commit", "main": "dist/index.js", "bin": {