From 1a9f943cac75b6c0ec769c22c632e1d483ad9c20 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 15 Sep 2023 19:27:40 +0800 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35aa29..81bee87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## v0.3.0 + +[compare changes](https://github.com/unjs/magicast/compare/v0.2.11...v0.3.0) + +### 🩹 Fixes + +- ⚠️ `writeFile` now requires filename ([#79](https://github.com/unjs/magicast/pull/79)) + +### 📦 Build + +- Bundle recast ([#81](https://github.com/unjs/magicast/pull/81)) + +### 🏡 Chore + +- **release:** V0.2.11 ([0d65b23](https://github.com/unjs/magicast/commit/0d65b23)) + +#### ⚠️ Breaking Changes + +- ⚠️ `writeFile` now requires filename ([#79](https://github.com/unjs/magicast/pull/79)) + +### ❤️ Contributors + +- Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) +- Anthony Fu + ## v0.2.11 [compare changes](https://github.com/unjs/magicast/compare/v0.2.10...v0.2.11) diff --git a/package.json b/package.json index 89716fd..5da0f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicast", - "version": "0.2.11", + "version": "0.3.0", "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