Skip to content

Commit b0c5fda

Browse files
committed
chore: release v0.3.5
1 parent 7147554 commit b0c5fda

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.3.5](https://github.com/valtiojs/valtio-history/compare/v0.3.4...v0.3.5)
8+
9+
- ci: upgrade cd workflow [`7147554`](https://github.com/valtiojs/valtio-history/commit/7147554b000ab28ee98ef25d43914cd880dd60d3)
10+
711
#### [v0.3.4](https://github.com/valtiojs/valtio-history/compare/v0.3.3...v0.3.4)
812

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valtio-history",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"license": "MIT",
55
"author": "Daishi Kato",
66
"repository": {

packages/history-utility/docs/modules.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#### Defined in
3838

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

4141
___
4242

@@ -60,7 +60,7 @@ ___
6060

6161
#### Defined in
6262

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

6565
___
6666

@@ -76,7 +76,7 @@ ___
7676

7777
#### Defined in
7878

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

8181
## Functions
8282

@@ -149,4 +149,4 @@ const state = proxyWithHistory({
149149

150150
#### Defined in
151151

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

packages/history-utility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valtio-history",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"author": "Daishi Kato",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)