Skip to content

Commit 41f4b86

Browse files
v0.2.0 (#33)
Co-authored-by: @compulim <@compulim>
1 parent b1e260f commit 41f4b86

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: CHANGELOG.md

+2-1
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](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-
## [Unreleased]
8+
## [0.2.0] - 2024-06-16
99

1010
### Added
1111

@@ -44,4 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444

4545
- First public release
4646

47+
[0.2.0]: https://github.com/compulim/iter-fest/compare/v0.1.0...v0.2.0
4748
[0.1.0]: https://github.com/compulim/iter-fest/releases/tag/v0.1.0

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iter-fest-root",
3-
"version": "0.1.1-0",
3+
"version": "0.2.0",
44
"description": "",
55
"private": true,
66
"author": "William Wong (https://github.com/compulim)",
@@ -22,7 +22,7 @@
2222
"postscaffold:eslint:react": "npm run bump:eslintrc",
2323
"precommit": "npm run precommit --if-present --workspaces",
2424
"switch:_": "npm run --if-present --workspaces switch && npm install --legacy-peer-deps --prefer-dedupe",
25-
"test": "npm run test --if-present --workspaces"
25+
"test": "npm run test --if-present --workspaces"
2626
},
2727
"devDependencies": {
2828
"@typescript-eslint/eslint-plugin": "^7.4.0",

0 commit comments

Comments
 (0)