Skip to content

Commit

Permalink
chore: putout: v36.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 24, 2024
1 parent fc15a67 commit 1a188ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/putout/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2024.08.24, v36.2.0

fix:
- 9219b1d6b @putout/plugin-typescript: require

feature:
- 80542a57a @putout/plugin-remove-unused-labels: add
- 95c5f137b @putout/eslint-config: no-unused-labels -> remove-unused-labels
- 7f99993aa root: eslint-plugin-putout v23.0.0
- 046aa3ac7 eslint-plugin-putout: drop support of 🐊 < 36
- 36afe2d36 eslint-plugin-putout: no-extra-non-null-assertion -> typescript/remove-useless-non-null-expressions
- 627838038 @putout/plugin-typescript: remove-useless-non-null-expression: add support of OptionalMemberExpression

2024.08.24, v36.1.2

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "36.1.2",
"version": "36.2.0",
"type": "commonjs",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
Expand Down

0 comments on commit 1a188ff

Please sign in to comment.