Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 9.5.2 #572

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

## [9.5.2](https://github.com/eslint/espree/compare/v9.5.1...v9.5.2) (2023-05-05)


### Chores

* add `npm install` step to release-please workflow ([#573](https://github.com/eslint/espree/issues/573)) ([d8900c1](https://github.com/eslint/espree/commit/d8900c1598358dec85708ef5373fce4eafa5af1c))
* run tests on Node.js v20 ([#571](https://github.com/eslint/espree/issues/571)) ([adf478e](https://github.com/eslint/espree/commit/adf478e20d5db2b4607bc11ceef3363b7c7dfffb))
* set up release-please ([#569](https://github.com/eslint/espree/issues/569)) ([abda10f](https://github.com/eslint/espree/commit/abda10f71c9486e84c9a06923b57801eaa839516))
* upgrade [email protected] ([#574](https://github.com/eslint/espree/issues/574)) ([8e73f11](https://github.com/eslint/espree/commit/8e73f113e019e9a62fd6076c565e9fd4f7f4ff52))

v9.5.1 - March 28, 2023

* [`91d48e9`](https://github.com/eslint/espree/commit/91d48e96a5f1173e7df4c3df15b565598aab7b41) chore: upgrade [email protected] (#568) (Milos Djermanovic)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "9.5.1",
"version": "9.5.2",
"files": [
"lib",
"dist/espree.cjs",
Expand Down