Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
chore: release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 4, 2023
1 parent 4cadad0 commit d0dac4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@


## [0.11.1](https://github.com/KATT/tupleson/compare/0.11.0...0.11.1) (2023-10-04)


### Bug Fixes

* make promise deserialization less flaky ([#21](https://github.com/KATT/tupleson/issues/21)) ([4cadad0](https://github.com/KATT/tupleson/commit/4cadad09ba651daac95391f7c59c084038407365))

# [0.11.0](https://github.com/KATT/tupleson/compare/0.10.0...0.11.0) (2023-10-03)

### Features
Expand Down Expand Up @@ -75,4 +84,4 @@
### Features

- initial version ([#1](https://github.com/KATT/tupleson/issues/1)) ([ccce25b](https://github.com/KATT/tupleson/commit/ccce25b6a039cf2e5c1a774c1ab022f0946ca8d5))
- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3))
- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tupleson",
"version": "0.11.0",
"version": "0.11.1",
"description": "A hackable JSON serializer/deserializer",
"repository": {
"type": "git",
Expand Down

0 comments on commit d0dac4c

Please sign in to comment.