Skip to content

Commit 4d55b33

Browse files
authored
Merge pull request #9 from absolute-version/release-please--branches--main--components--absolute-version
chore(main): release 2.0.0
2 parents 0c72df4 + be5cb82 commit 4d55b33

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/absolute-version/absolute-version-js/compare/v1.0.2...v2.0.0) (2024-06-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drop support for node 14 and 16, add support for node 22
11+
12+
### Bug Fixes
13+
14+
* Include typescript source in bundle ([ef984e4](https://github.com/absolute-version/absolute-version-js/commit/ef984e4643d1de2e4cddb3c7a3ba62a75f394ad8))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* Drop support for node 14 and 16, add support for node 22 ([268eb9c](https://github.com/absolute-version/absolute-version-js/commit/268eb9cebb90a01732ddd5b41120afcb8625e36c))
20+
521
## [1.0.2](https://github.com/absolute-version/absolute-version-js/compare/v1.0.1...v1.0.2) (2023-03-17)
622

723

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "absolute-version",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Reads your git tags to generate a unique human-readable version for every git commit",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)