Skip to content

Commit 0537524

Browse files
chore(release): prepare v0.2.1 release
1 parent e896705 commit 0537524

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.1] - 2025-06-17
9+
### Details
10+
#### <!-- 1 -->🐛 Bug Fixes
11+
- Update config template so that it's valid for both v1 and v2 by @dyc3 in [#6](https://github.com/biomejs/create-biome-reproduction/pull/6)
12+
13+
#### <!-- 2 -->🚜 Refactor
14+
- Update the variable name of `publishRepo` handling by @chansuke
15+
- Move the assignment of `isPublishRepo` closer to its usage by @chansuke
16+
- Avoid magic number by @chansuke
17+
- S/isPublishRepo/shouldPublishRepo/ by @chansuke
18+
819
## [0.2.0] - 2024-08-07
920
### Details
1021
#### <!-- 0 -->🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.2.0",
6+
"version": "0.2.1",
77
"type": "module",
88
"author": "Nicolas Hedger <nicolas@hedger.ch>",
99
"bin": {

0 commit comments

Comments
 (0)