Skip to content

Commit

Permalink
chore(release): v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 14, 2023
1 parent 6b2ef88 commit 0d65b23
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.2.11

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

### 🚀 Enhancements

- **helpers:** Handle Vite config declarations with `satisfies` keyword ([#82](https://github.com/unjs/magicast/pull/82))

### 🏡 Chore

- **release:** V0.2.10 ([4faf487](https://github.com/unjs/magicast/commit/4faf487))
- Use v8 coverage ([c1277a7](https://github.com/unjs/magicast/commit/c1277a7))
- Update deps, lint with new prettier ([30df539](https://github.com/unjs/magicast/commit/30df539))
- Update tsconfig ([02743d3](https://github.com/unjs/magicast/commit/02743d3))
- Lint ([4601589](https://github.com/unjs/magicast/commit/4601589))

### 🤖 CI

- Update lint order ([5a5d49d](https://github.com/unjs/magicast/commit/5a5d49d))

### ❤️ Contributors

- Lukas Stracke <lukas.stracke@sentry.io>
- Anthony Fu <anthonyfu117@hotmail.com>

## v0.2.10

[compare changes](https://github.com/unjs/magicast/compare/v0.2.9...v0.2.10)
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.10",
"version": "0.2.11",
"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": "pnpm@8.7.4"
}
}

0 comments on commit 0d65b23

Please sign in to comment.