Skip to content

Commit 2cfe789

Browse files
v2.0.0 (#27)
Co-authored-by: @compulim <@compulim>
1 parent f311456 commit 2cfe789

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [2.0.0] - 2025-12-24
99

1010
### Changed
1111

@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
- [`escape-string-regexp@5.0.0`](https://npmjs.com/package/escape-string-regexp/v/5.0.0)
1616
- [`expect@30.2.0`](https://npmjs.com/package/expect/v/30.2.0)
1717

18-
## 1.2.0 - 2020-05-26
18+
## [1.2.0] - 2020-05-26
1919

2020
### Changed
2121

@@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4040
- [regenerator-runtime@^0.13.2](https://www.npmjs.com/package/regenerator-runtime)
4141
- [rimraf@^2.6.3](https://www.npmjs.com/package/rimraf)
4242

43-
## 1.1.0 - 2018-10-08
43+
## [1.1.0] - 2018-10-08
4444

4545
### Added
4646

@@ -50,14 +50,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5050

5151
- Updated to `@babel/core@7.1.2` and `jest@23.6.0`
5252

53-
## 1.0.1 - 2018-03-26
53+
## [1.0.1] - 2018-03-26
5454

5555
### Fixed
5656

5757
- Fix: named import on `hasRejected` should not be undefined
5858

59-
## 1.0.0 - 2018-03-26
59+
## [1.0.0] - 2018-03-26
6060

6161
### Added
6262

6363
- First public release
64+
65+
[2.0.0]: https://github.com/compulim/has-resolved/compare/v1.2.0...v2.0.0
66+
[1.2.0]: https://github.com/compulim/has-resolved/compare/v1.1.0...v1.2.0
67+
[1.1.0]: https://github.com/compulim/has-resolved/compare/v1.0.1...v1.1.0
68+
[1.0.1]: https://github.com/compulim/has-resolved/compare/v1.0.0...v1.0.1
69+
[1.0.0]: https://github.com/compulim/has-resolved/releases/tag/v1.0.0

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": "@compulim/has-resolved-root",
3-
"version": "1.2.1-0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"build": "npm run build --if-present --workspaces",

0 commit comments

Comments
 (0)