Skip to content

Commit

Permalink
chore(release): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 9, 2023
1 parent 71bd811 commit 32be90e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
- Pink Champagne

## v0.3.0

[compare changes](https://github.com/unjs/magicast/compare/v0.2.11...v0.3.0)
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.3.0",
"version": "0.3.1",
"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 32be90e

Please sign in to comment.