Skip to content

Commit 2210ed5

Browse files
committed
chore(package) v12.8.0
1 parent 8b09362 commit 2210ed5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/putout/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2020.12.23, v12.8.0
2+
3+
fix:
4+
- (@putout/engine-runner) replace: match: avoid move top while compare
5+
6+
feature:
7+
- (putout) add @putout/plugin-npmignore
8+
- (@putout/plugin-convert-commonjs-to-esm) exports: add support of VariableDeclarator
9+
- (@putout/plugin-convert-commonjs-to-esm) require: add ability to evaluate argument
10+
- (@putout/plugin-convert-commonjs-to-esm) require: single
11+
- (@putout/plugin-convert-commonjs-to-esm) module.exports.__a = __b: __a.name !== __b.name
12+
13+
114
2020.12.22, v12.7.2
215

316
fix:

packages/putout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "putout",
3-
"version": "12.7.2",
3+
"version": "12.8.0",
44
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
55
"description": "the pluggable code transformer",
66
"homepage": "http://github.com/coderaiser/putout",

0 commit comments

Comments
 (0)