Skip to content

Commit b843f57

Browse files
committed
chore: release 1.0.2
1 parent 27061b0 commit b843f57

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [1.0.2](https://github.com/mfellner/valtio-factory/compare/1.0.1...1.0.2) (2022-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* backwards compat w/ TS 4.7 ([8bcaf31](https://github.com/mfellner/valtio-factory/commit/8bcaf31dbed1236f1027e1120a3272bbe0c21235))
9+
* support typescript 4.8 ([cc564e2](https://github.com/mfellner/valtio-factory/commit/cc564e276f2f6effbafb15effa13c35cf1a47892))
10+
311
## [1.0.1](https://github.com/mfellner/valtio-factory/compare/1.0.0...1.0.1) (2022-08-07)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfellner/valtio-factory",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Create and compose valtio state using the factory pattern.",
55
"author": "Maximilian Fellner <mail@mfellner.eu>",
66
"repository": "https://github.com/mfellner/valtio-factory",

0 commit comments

Comments
 (0)