Skip to content

Commit

Permalink
chore(release): v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 12, 2024
1 parent b37096a commit be45764
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.4

[compare changes](https://github.com/unjs/magicast/compare/v0.3.3...v0.3.4)

### 🚀 Enhancements

- Support logical and member expression ([#111](https://github.com/unjs/magicast/pull/111))

### 🏡 Chore

- Update deps ([b37096a](https://github.com/unjs/magicast/commit/b37096a))

### ❤️ Contributors

- Anthony Fu <anthonyfu117@hotmail.com>
- Lucie ([@lihbr](http://github.com/lihbr))

## v0.3.3

[compare changes](https://github.com/unjs/magicast/compare/v0.3.2...v0.3.3)
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.3",
"version": "0.3.4",
"description": "Modify a JS/TS file and write back magically just like JSON!",
"repository": "unjs/magicast",
"license": "MIT",
Expand Down Expand Up @@ -89,4 +89,4 @@
"object.values": "npm:@nolyfill/object.values@latest"
}
}
}
}

0 comments on commit be45764

Please sign in to comment.