Skip to content

Commit

Permalink
chore: release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jul 4, 2024
1 parent 7147554 commit b0c5fda
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ 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.3.5](https://github.com/valtiojs/valtio-history/compare/v0.3.4...v0.3.5)

- ci: upgrade cd workflow [`7147554`](https://github.com/valtiojs/valtio-history/commit/7147554b000ab28ee98ef25d43914cd880dd60d3)

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

> 4 July 2024
- fix: declare explicit return type for getNode [`#16`](https://github.com/valtiojs/valtio-history/pull/16)
- ci: upgrade action versions [`79b1db9`](https://github.com/valtiojs/valtio-history/commit/79b1db99436fc3a0ef5deb1690d5bf7947d72d2c)
- build: upgrade nx to latest [`db78d8e`](https://github.com/valtiojs/valtio-history/commit/db78d8ecbf179796d3cb03a950ce76b652d5e9df)
- chore: remove migrations.json [`b8250b3`](https://github.com/valtiojs/valtio-history/commit/b8250b32f1255269e99bb40d01e3be0057601c61)
- chore: release v0.3.4 [`4ed2a46`](https://github.com/valtiojs/valtio-history/commit/4ed2a465f82ce7f57dd014e7de5e0f1f46885e0b)

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

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.3.4",
"version": "0.3.5",
"license": "MIT",
"author": "Daishi Kato",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/history-utility/docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#### Defined in

[packages/history-utility/src/index.ts:28](https://github.com/valtiojs/valtio-history/blob/44dcf22/packages/history-utility/src/index.ts#L28)
[packages/history-utility/src/index.ts:28](https://github.com/valtiojs/valtio-history/blob/7147554/packages/history-utility/src/index.ts#L28)

___

Expand All @@ -60,7 +60,7 @@ ___

#### Defined in

[packages/history-utility/src/index.ts:10](https://github.com/valtiojs/valtio-history/blob/44dcf22/packages/history-utility/src/index.ts#L10)
[packages/history-utility/src/index.ts:10](https://github.com/valtiojs/valtio-history/blob/7147554/packages/history-utility/src/index.ts#L10)

___

Expand All @@ -76,7 +76,7 @@ ___

#### Defined in

[packages/history-utility/src/index.ts:45](https://github.com/valtiojs/valtio-history/blob/44dcf22/packages/history-utility/src/index.ts#L45)
[packages/history-utility/src/index.ts:45](https://github.com/valtiojs/valtio-history/blob/7147554/packages/history-utility/src/index.ts#L45)

## Functions

Expand Down Expand Up @@ -149,4 +149,4 @@ const state = proxyWithHistory({

#### Defined in

[packages/history-utility/src/index.ts:122](https://github.com/valtiojs/valtio-history/blob/44dcf22/packages/history-utility/src/index.ts#L122)
[packages/history-utility/src/index.ts:122](https://github.com/valtiojs/valtio-history/blob/7147554/packages/history-utility/src/index.ts#L122)
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.3.4",
"version": "0.3.5",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down

0 comments on commit b0c5fda

Please sign in to comment.