Skip to content

Commit b044f93

Browse files
chore: release 2.0.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 914a02e commit b044f93

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/eslint/eslint-transforms/compare/v1.0.0...v2.0.0) (2023-07-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop Node < 12, switch to eslint flat config ([#16](https://github.com/eslint/eslint-transforms/issues/16))
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Documentation
16+
17+
* Update license copyright ([1dc288b](https://github.com/eslint/eslint-transforms/commit/1dc288b355e23f8c57ca724d88f810849d34dcf1))
18+
19+
20+
### Build Related
21+
22+
* Add CI release scripts ([22739c4](https://github.com/eslint/eslint-transforms/commit/22739c443dd0540b701c809002d723593578804c))
23+
* Add ci-release script ([da1679d](https://github.com/eslint/eslint-transforms/commit/da1679df143991b86dd9ce40ec1fcfc6c05a9266))
24+
25+
26+
### Chores
27+
28+
* add ci workflow ([#17](https://github.com/eslint/eslint-transforms/issues/17)) ([e93aa9d](https://github.com/eslint/eslint-transforms/commit/e93aa9d5b3461c7cd8f2630fe0199ff8983aa064))
29+
* generate provenance statements when release ([#18](https://github.com/eslint/eslint-transforms/issues/18)) ([914a02e](https://github.com/eslint/eslint-transforms/commit/914a02e182300227e68110c6c170e1cf153a1d0f))
30+
* set up release-please ([#13](https://github.com/eslint/eslint-transforms/issues/13)) ([e76e180](https://github.com/eslint/eslint-transforms/commit/e76e180ae8facf16ac46cd132a45d5639e587990))
31+
132
v1.0.0 - July 28, 2016
233

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-transforms",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Codemods for upgrading eslint rules",
55
"license": "MIT",
66
"author": "Vitor Balocco",

0 commit comments

Comments
 (0)