From 41f4b863a47b21c64750939367f9a137ec2bcade Mon Sep 17 00:00:00 2001 From: "compulim-workflow-bot[bot]" <145930250+compulim-workflow-bot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:37:43 -0700 Subject: [PATCH] v0.2.0 (#33) Co-authored-by: @compulim <@compulim> --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7abc1d..cf175c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 3ce565d..db67d02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iter-fest-root", - "version": "0.1.1-0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iter-fest-root", - "version": "0.1.1-0", + "version": "0.2.0", "license": "MIT", "workspaces": [ "packages/iter-fest", diff --git a/package.json b/package.json index 09ea0c0..fb24eb3 100644 --- a/package.json +++ b/package.json @@ -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)", @@ -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",