Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 15, 2023
1 parent 20da32e commit 1a9f943
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

## v0.2.11

[compare changes](https://github.com/unjs/magicast/compare/v0.2.10...v0.2.11)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -96,4 +96,4 @@
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
}
}
}
}

0 comments on commit 1a9f943

Please sign in to comment.