Skip to content

Commit

Permalink
chore: package: v2.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 14, 2023
1 parent 71bf28d commit e1ff168
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
run: typos --write-changes
- name: Commit fixes
uses: EndBug/add-and-commit@v9
continue-on-error: true
with:
message: "chore: ${{ env.NAME }}: actions: lint ☘️"
- name: Coverage
run: redrun coverage report
- name: Coveralls
uses: coverallsapp/github-action@v2
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023.07.14, v2.71.0

feature:
- 71bf28d @putout/printer: TSTypeParameterInstantiation: couple params (coderaiser/putout#147)

2023.07.12, v2.70.0

feature:
Expand Down
1 change: 1 addition & 0 deletions lib/tokenize/expressions/functions/params.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports.printParams = (path, printer, semantics, customization = {}) => {
braceOpen = '(',
braceClose = ')',
} = customization;

const {print, traverse} = printer;

printBraceOpen(path, {
Expand Down
1 change: 0 additions & 1 deletion lib/tokenize/typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,3 @@ module.exports = {
TSPropertySignature,
TSFunctionType,
};

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@putout/printer",
"version": "2.70.0",
"version": "2.71.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Simplest possible opinionated Babel AST printer for 🐊Putout",
Expand Down

0 comments on commit e1ff168

Please sign in to comment.