Skip to content

Commit

Permalink
chore(release): v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 31, 2023
1 parent 15d091e commit d9ef2eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v0.2.9

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


### 🚀 Enhancements

- DeepMergeObject improvements; NumericLiteral and StringLiteral keys ([#63](https://github.com/unjs/magicast/pull/63))

### 🏡 Chore

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

### ❤️ Contributors

- Anthony Fu <anthonyfu117@hotmail.com>
- Yaël Guilloux ([@Tahul](http://github.com/Tahul))

## v0.2.8

[compare changes](https://github.com/unjs/magicast/compare/v0.2.7...v0.2.8)
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.8",
"version": "0.2.9",
"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.6.0"
}
}

0 comments on commit d9ef2eb

Please sign in to comment.