Skip to content

Commit

Permalink
v0.2.0 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: @compulim <@compulim>
  • Loading branch information
compulim-workflow-bot[bot] authored Jun 16, 2024
1 parent b1e260f commit 41f4b86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.0] - 2024-06-16

### Added

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

- First public release

[0.2.0]: https://github.com/compulim/iter-fest/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/compulim/iter-fest/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iter-fest-root",
"version": "0.1.1-0",
"version": "0.2.0",
"description": "",
"private": true,
"author": "William Wong (https://github.com/compulim)",
Expand All @@ -22,7 +22,7 @@
"postscaffold:eslint:react": "npm run bump:eslintrc",
"precommit": "npm run precommit --if-present --workspaces",
"switch:_": "npm run --if-present --workspaces switch && npm install --legacy-peer-deps --prefer-dedupe",
"test": "npm run test --if-present --workspaces"
"test": "npm run test --if-present --workspaces"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
Expand Down

0 comments on commit 41f4b86

Please sign in to comment.