Skip to content

Commit

Permalink
chore(release): v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 27, 2023
1 parent fd297f0 commit 4faf487
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.2.10

[compare changes](https://github.com/unjs/magicast/compare/v0.2.9...v0.2.10)

### 🚀 Enhancements

- **helpers:** Handle Vite config objects declared as variables in `addVitePlugin` ([#69](https://github.com/unjs/magicast/pull/69))

### 🩹 Fixes

- **object:** Handle nested keys kebab-case style ([#71](https://github.com/unjs/magicast/pull/71))

### 🏡 Chore

- Update deps ([15d091e](https://github.com/unjs/magicast/commit/15d091e))
- **release:** V0.2.9 ([d9ef2eb](https://github.com/unjs/magicast/commit/d9ef2eb))
- Update deps ([fd297f0](https://github.com/unjs/magicast/commit/fd297f0))

### ❤️ Contributors

- Anthony Fu <[email protected]>
- Lukas Stracke <[email protected]>
- Baptiste Leproux <[email protected]>

## v0.2.9

[compare changes](https://github.com/unjs/magicast/compare/v0.2.8...v0.2.9)
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.9",
"version": "0.2.10",
"description": "Modify a JS/TS file and write back magically just like JSON!",
"repository": "unjs/magicast",
"license": "MIT",
Expand Down Expand Up @@ -65,4 +65,4 @@
]
},
"packageManager": "[email protected]"
}
}

0 comments on commit 4faf487

Please sign in to comment.