From 32be90efe6be8036088c0a6c39c740f3f0efb13a Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 9 Nov 2023 16:22:12 +0100 Subject: [PATCH] chore(release): v0.3.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bee87..edeee04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.3.1 + +[compare changes](https://github.com/unjs/magicast/compare/v0.3.0...v0.3.1) + +### 🩹 Fixes + +- Unable to get value using `NumericLiteral` or `BooleanLiteral` type keys ([#91](https://github.com/unjs/magicast/pull/91)) + +### 🏡 Chore + +- Update deps ([71bd811](https://github.com/unjs/magicast/commit/71bd811)) + +### ❤️ Contributors + +- Anthony Fu +- Pink Champagne + ## v0.3.0 [compare changes](https://github.com/unjs/magicast/compare/v0.2.11...v0.3.0) diff --git a/package.json b/package.json index 8625e53..5fdf765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicast", - "version": "0.3.0", + "version": "0.3.1", "description": "Modify a JS/TS file and write back magically just like JSON!", "repository": "unjs/magicast", "license": "MIT", @@ -96,4 +96,4 @@ "which-typed-array": "npm:@nolyfill/which-typed-array@latest" } } -} +} \ No newline at end of file