From 56522d7789deea162d5ded29792ba391a7c36f67 Mon Sep 17 00:00:00 2001 From: David Enke Date: Tue, 17 Dec 2024 20:36:42 +0000 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 128496f..d4e1e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Astro Decap Collection +## [0.3.1](https://github.com/davidenke/astro-decap-collection/compare/0.3.0...0.3.1) (2024-12-17) + + +### Bug Fixes + +* sanitize descriptions ([6c0b848](https://github.com/davidenke/astro-decap-collection/commit/6c0b8486f1cacf6fada66d4a0afa9f830087faa1)), closes [#5](https://github.com/davidenke/astro-decap-collection/issues/5) [#4](https://github.com/davidenke/astro-decap-collection/issues/4) +* sanitize enum values ([0ec1c26](https://github.com/davidenke/astro-decap-collection/commit/0ec1c26d0c45f5133dc0dc13b654046cb9eb936d)) +* sanitize object keys ([57c87a6](https://github.com/davidenke/astro-decap-collection/commit/57c87a653b5db1260f49ab35c50841dd3c3796a3)) + # [0.3.0](https://github.com/davidenke/astro-decap-collection/compare/0.2.2...0.3.0) (2024-12-14) diff --git a/package-lock.json b/package-lock.json index 2c624ff..3c9a2b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-decap-collection", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-decap-collection", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "bin": { "adc": "lib/cli.js", diff --git a/package.json b/package.json index e8a702b..4c4f031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-decap-collection", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "description": "Derive Astro collection schemata from Decap configs.", "author": {