Skip to content

Commit e8094d3

Browse files
chore(release): prepare v0.2.0 release
1 parent 37e83c8 commit e8094d3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
818
## [0.1.1] - 2024-04-02
919
### Details
1020
#### <!-- 1 -->🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@biomejs/version-utils",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"packageManager": "[email protected]",
66
"author": {
77
"name": "Nicolas Hedger",

0 commit comments

Comments
 (0)