Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 29, 2022
1 parent 65e1179 commit efdbd3b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/wessberg/cjstoesm/compare/v1.1.5...v2.0.0) (2022-05-29)


### Bug Fixes

* don't use import assertions to ensure compatibility with Node 14 and 16 in the test runner ([8c2b76a](https://github.com/wessberg/cjstoesm/commit/8c2b76a878e047c9b54e37555d4a432e8ff61b04))
* don't use import assertions to ensure compatibility with Node 14 and 16 in the test runner ([d9c996e](https://github.com/wessberg/cjstoesm/commit/d9c996e72098cb5ebcd8014ee05d2997e0c9c9cc))
* fix built-in-module-map generator ([65e1179](https://github.com/wessberg/cjstoesm/commit/65e1179f2b5abb18f4aeb235f50647c7f8b6fdfd))


### Features

* migrate to publishing ES-modules with a CommonJS fallback. Improve emit-behavior. Fix bugs related to inclusion of module specifiers ([78592d0](https://github.com/wessberg/cjstoesm/commit/78592d0d33e1116b6cc2ff81dd010a3f1b63254c))



## [1.1.5](https://github.com/wessberg/cjstoesm/compare/v1.1.4...v1.1.5) (2022-05-25)


Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<a href="https://npmcharts.com/compare/cjstoesm?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/cjstoesm.svg" /></a>
<a href="https://www.npmjs.com/package/cjstoesm"><img alt="NPM version" src="https://badge.fury.io/js/cjstoesm.svg" /></a>
<a href="https://david-dm.org/wessberg/cjstoesm"><img alt="Dependencies" src="https://img.shields.io/david/wessberg%2Fcjstoesm.svg" /></a>
<img alt="Dependencies" src="https://img.shields.io/librariesio/github/wessberg%2Fcjstoesm.svg" />
<a href="https://github.com/wessberg/cjstoesm/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/wessberg%2Fcjstoesm.svg" /></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
<a href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /></a>
Expand Down Expand Up @@ -162,6 +162,7 @@ As you can see, this transformer will attempt to produce code that generates as
- [pnpm](#pnpm)
- [Run once with npx](#run-once-with-npx)
- [Peer Dependencies](#peer-dependencies)
- [Engine](#engine)
- [Usage](#usage)
- [CLI usage](#cli-usage)
- [API Usage](#api-usage)
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": "cjstoesm",
"version": "1.1.5",
"version": "2.0.0",
"description": "A tool that can transform CommonJS to ESM",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit efdbd3b

Please sign in to comment.