File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed
Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments