diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc7070..36fb1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### 0.0.1 +#### [v0.0.2](https://github.com/valtiojs/valtio-history/compare/v0.0.1...v0.0.2) + +- chore: remove dev deps from publishable lib [`0bfa018`](https://github.com/valtiojs/valtio-history/commit/0bfa0180a2247da8280efbb2f489056f44da65f8) +- fix: dependency lint for tests [`705452a`](https://github.com/valtiojs/valtio-history/commit/705452af4e129b554ca44e9bff57aa79d1cbedef) +- chore: fix lint error [`64ec576`](https://github.com/valtiojs/valtio-history/commit/64ec57624e2506a1480e169959050aa43fa335ef) + +#### v0.0.1 + +> 5 January 2024 - feat: add initial setup [`#1`](https://github.com/valtiojs/valtio-history/pull/1) - chore: initial commit [`0a7d358`](https://github.com/valtiojs/valtio-history/commit/0a7d358ea4310fec655a9e26f81c30c0f8f2e2c2) - fix: ensure ci process can run on main branch [`c2de6ef`](https://github.com/valtiojs/valtio-history/commit/c2de6efb615962741849f75790da16b3b02f6952) -- chore: update example info layout [`fc45e6b`](https://github.com/valtiojs/valtio-history/commit/fc45e6b7df64bd07cd69fec6c552d75bc3e7988b) +- chore: release v0.0.1 [`b5a8f26`](https://github.com/valtiojs/valtio-history/commit/b5a8f26ac3d18d6746f78d271f96afb9a88e1c7b) diff --git a/package.json b/package.json index 6f187ee..40de871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valtio-history", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "author": "Daishi Kato", "repository": { diff --git a/packages/history-utility/package.json b/packages/history-utility/package.json index dc91ec0..da416da 100644 --- a/packages/history-utility/package.json +++ b/packages/history-utility/package.json @@ -1,6 +1,6 @@ { "name": "valtio-history", - "version": "0.0.1", + "version": "0.0.2", "author": "Daishi Kato", "repository": { "type": "git",