Skip to content

Commit ca4183c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](1.1.2...2.0.0) (2021-04-11) ### Bug Fixes * drop support for Node 10 ([7359caa](7359caa)) ### BREAKING CHANGES * This package no longer supports Node 10.
1 parent bd6ef2b commit ca4183c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/homer0/cjs2esm/compare/1.1.2...2.0.0) (2021-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* drop support for Node 10 ([7359caa](https://github.com/homer0/cjs2esm/commit/7359caa401ec6dba1adee075eb3c18a3e9da246e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This package no longer supports Node 10.
12+
113
## [1.1.2](https://github.com/homer0/cjs2esm/compare/1.1.1...1.1.2) (2021-03-07)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cjs2esm",
33
"description": "Transforms a project that uses CommonJS to ES Modules.",
44
"homepage": "https://homer0.github.io/cjs2esm/",
5-
"version": "1.1.2",
5+
"version": "2.0.0",
66
"repository": "homer0/cjs2esm",
77
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
88
"keywords": [

0 commit comments

Comments
 (0)