Skip to content

Commit

Permalink
chore: release 2.0.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 28, 2023
1 parent 914a02e commit b044f93
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# Changelog

## [2.0.0](https://github.com/eslint/eslint-transforms/compare/v1.0.0...v2.0.0) (2023-07-21)


### ⚠ BREAKING CHANGES

* Drop Node < 12, switch to eslint flat config ([#16](https://github.com/eslint/eslint-transforms/issues/16))

### Features

* Drop Node &lt; 12, switch to eslint flat config ([#16](https://github.com/eslint/eslint-transforms/issues/16)) ([b25c563](https://github.com/eslint/eslint-transforms/commit/b25c563a488cef3e714bceba86e266b6c471354e))


### Documentation

* Update license copyright ([1dc288b](https://github.com/eslint/eslint-transforms/commit/1dc288b355e23f8c57ca724d88f810849d34dcf1))


### Build Related

* Add CI release scripts ([22739c4](https://github.com/eslint/eslint-transforms/commit/22739c443dd0540b701c809002d723593578804c))
* Add ci-release script ([da1679d](https://github.com/eslint/eslint-transforms/commit/da1679df143991b86dd9ce40ec1fcfc6c05a9266))


### Chores

* add ci workflow ([#17](https://github.com/eslint/eslint-transforms/issues/17)) ([e93aa9d](https://github.com/eslint/eslint-transforms/commit/e93aa9d5b3461c7cd8f2630fe0199ff8983aa064))
* generate provenance statements when release ([#18](https://github.com/eslint/eslint-transforms/issues/18)) ([914a02e](https://github.com/eslint/eslint-transforms/commit/914a02e182300227e68110c6c170e1cf153a1d0f))
* set up release-please ([#13](https://github.com/eslint/eslint-transforms/issues/13)) ([e76e180](https://github.com/eslint/eslint-transforms/commit/e76e180ae8facf16ac46cd132a45d5639e587990))

v1.0.0 - July 28, 2016

* 0315471 Build: Add release script (Nicholas C. Zakas)
Expand All @@ -6,4 +37,3 @@ v1.0.0 - July 28, 2016
* 6219d0c Fix: use __dirname to find transform files (refs #2) (#3) (Vitor Balocco)
* a091907 New: Initial commit (Vitor Balocco)
* 21201a2 Create README.md (Ilya Volodin)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-transforms",
"version": "1.0.0",
"version": "2.0.0",
"description": "Codemods for upgrading eslint rules",
"license": "MIT",
"author": "Vitor Balocco",
Expand Down

0 comments on commit b044f93

Please sign in to comment.