Skip to content

Commit

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

chore(main): release 2.0.0
  • Loading branch information
TimothyJones authored Jun 22, 2024
2 parents 0c72df4 + be5cb82 commit 4d55b33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.0.0](https://github.com/absolute-version/absolute-version-js/compare/v1.0.2...v2.0.0) (2024-06-22)


### ⚠ BREAKING CHANGES

* Drop support for node 14 and 16, add support for node 22

### Bug Fixes

* Include typescript source in bundle ([ef984e4](https://github.com/absolute-version/absolute-version-js/commit/ef984e4643d1de2e4cddb3c7a3ba62a75f394ad8))


### Miscellaneous Chores

* Drop support for node 14 and 16, add support for node 22 ([268eb9c](https://github.com/absolute-version/absolute-version-js/commit/268eb9cebb90a01732ddd5b41120afcb8625e36c))

## [1.0.2](https://github.com/absolute-version/absolute-version-js/compare/v1.0.1...v1.0.2) (2023-03-17)


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.2",
"version": "2.0.0",
"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 4d55b33

Please sign in to comment.