Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 8, 2024
1 parent 25c3b7c commit 8a38376
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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).

#### [v0.1.0](https://github.com/valtiojs/valtio-history/compare/v0.0.2...v0.1.0)

- feat: add history rewrite utility methods [`#2`](https://github.com/valtiojs/valtio-history/pull/2)
- chore: improve code quality and readability [`52f75f8`](https://github.com/valtiojs/valtio-history/commit/52f75f88851884cad5a8b28821c68aaa9544612c)
- build: update tsconfig.lib [`62a1a4e`](https://github.com/valtiojs/valtio-history/commit/62a1a4e0ab0329f7157963578f777a484b6fd6cd)
- build: make ts more strict [`3325d63`](https://github.com/valtiojs/valtio-history/commit/3325d6358a89563921f9e65ba5ab3391bc0b98f3)

#### [v0.0.2](https://github.com/valtiojs/valtio-history/compare/v0.0.1...v0.0.2)

> 6 January 2024
- 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valtio-history",
"version": "0.0.2",
"version": "0.1.0",
"license": "MIT",
"author": "Daishi Kato",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/history-utility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valtio-history",
"version": "0.0.2",
"version": "0.1.0",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a38376

Please sign in to comment.