File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.0] - 2024-04-02
9
+ ### Details
10
+ #### <!-- 0 --> 🚀 Features
11
+ - Add ` getLatestVersion ` and ` getAllVersions ` by @nhedger in [ #2 ] ( https://github.com/biomejs/version-utils/pull/2 )
12
+
13
+ #### <!-- 7 --> ⚙️ Miscellaneous Tasks
14
+ - Clean version by @nhedger
15
+ - Strip version prefix by @nhedger
16
+ - Fix release workflow by @nhedger
17
+
8
18
## [ 0.1.1] - 2024-04-02
9
19
### Details
10
20
#### <!-- 1 --> 🐛 Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @biomejs/version-utils" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1.1 " ,
4
+ "version" : " 0.2.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"author" : {
7
7
"name" : " Nicolas Hedger" ,
You can’t perform that action at this time.
0 commit comments