Skip to content

Commit ce21073

Browse files
committed
chore(release): 1.0.0
1 parent c0b4cf6 commit ce21073

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
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.
4+
5+
## [1.0.0](https://github.com/absolute-version/absolute-version-js/compare/v0.0.4...v1.0.0) (2022-05-25)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* There are no breaking changes, this release just marks the solidification of the public API.
11+
12+
### Features
13+
14+
* Add JSDoc for intellisense ([c0b4cf6](https://github.com/absolute-version/absolute-version-js/commit/c0b4cf6038f8345da58260fd554f6d0f479b1699))
415

516
### [0.0.4](https://github.com/pact-foundation/absolute-version-js/compare/v0.0.3...v0.0.4) (2021-08-18)
617

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": "0.0.4",
3+
"version": "1.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)