Skip to content

Commit

Permalink
chore: package: v2.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 31, 2023
1 parent d04b8e4 commit 7b6bd2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023.07.31, v2.91.0

feature:
- 0a095e1 ts-tuple-type: newline

2023.07.28, v2.90.0

feature:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const {isNext, isLast} = require('../../is');
const {isNext} = require('../../is');

module.exports.TSInterfaceDeclaration = {
print(path, {print}) {
Expand Down
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.90.0",
"version": "2.91.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 7b6bd2d

Please sign in to comment.