Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Oct 12, 2023
1 parent ce6ebbd commit 0b5b90e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/birchill/discriminator/compare/v0.2.0...v0.3.0) (2023-10-12)


### Bug Fixes

* switch to tsup and fix package exports ([9198501](https://github.com/birchill/discriminator/commit/91985018198b4093c5bb1baac886df6cc86917eb))

## [0.2.0](https://github.com/birchill/discriminator/compare/v0.1.0...v0.2.0) (2022-09-20)


Expand All @@ -18,4 +25,4 @@ superstruct from 0.16.0 to 0.16.1.
### Bug Fixes

* Add more useful output for objects ([90f8de0](https://github.com/birchill/discriminator/commit/90f8de010bd5ad3754699d732a3138813f0470ce))
* Make the schema a bit less magical ([1b4f5bb](https://github.com/birchill/discriminator/commit/1b4f5bb86f966e5dda2db5e770023383a9bb60ca))
* Make the schema a bit less magical ([1b4f5bb](https://github.com/birchill/discriminator/commit/1b4f5bb86f966e5dda2db5e770023383a9bb60ca))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@birchill/discriminator",
"version": "0.2.0",
"version": "0.3.0",
"description": "A tagged union type for superstruct based on JSON typedef's discriminator type",
"keywords": [
"superstruct",
Expand Down

0 comments on commit 0b5b90e

Please sign in to comment.