From c71901332f2c981463a4cc0408b916484faf96ef Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 16 May 2023 20:07:55 +0200 Subject: [PATCH] chore(release): v0.2.7 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245bdfc..c9736bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.2.7 + +[compare changes](https://github.com/unjs/magicast/compare/v0.2.6...v0.2.7) + + +### 🩹 Fixes + + - **createProxy:** Trap for the 'in' operator ([#58](https://github.com/unjs/magicast/pull/58)) + +### ❤️ Contributors + +- Zoeyzhao19 + ## v0.2.6 [compare changes](https://github.com/unjs/magicast/compare/v0.2.5...v0.2.6) diff --git a/package.json b/package.json index 31d9a57..9402886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicast", - "version": "0.2.6", + "version": "0.2.7", "description": "Modify a JS/TS file and write back magically just like JSON!", "repository": "unjs/magicast", "license": "MIT",