From 3d3055dca876ccf34eeeea7d281ce4373222f85d Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Thu, 7 Nov 2024 11:06:23 +0900 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0494072..aac576a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.3.1](https://github.com/birchill/discriminator/compare/v0.3.0...v0.3.1) (2024-11-07) + ## [0.3.0](https://github.com/birchill/discriminator/compare/v0.2.0...v0.3.0) (2023-10-12) @@ -25,4 +27,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)) \ No newline at end of file +* Make the schema a bit less magical ([1b4f5bb](https://github.com/birchill/discriminator/commit/1b4f5bb86f966e5dda2db5e770023383a9bb60ca)) diff --git a/package.json b/package.json index 0b58cb3..687e9fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birchill/discriminator", - "version": "0.3.0", + "version": "0.3.1", "description": "A tagged union type for superstruct based on JSON typedef's discriminator type", "keywords": [ "superstruct",