Skip to content

Commit

Permalink
Merge pull request #4 from absolute-version/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--absolute-version

chore(main): release 1.0.2
  • Loading branch information
TimothyJones authored Mar 17, 2023
2 parents aad13ca + 7558745 commit 4ee0eec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4ee0eec

Please sign in to comment.