Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 29, 2019
1 parent 82ba974 commit 7ce6306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
19 changes: 4 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
## [0.0.5](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.4...v0.0.5) (2019-05-09)
## [0.0.6](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.5...v0.0.6) (2019-05-29)

## [0.0.5](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.4...v0.0.5) (2019-05-09)

### Bug Fixes

* **exports:** fixes a bug where exports = require(...)() would lead to SyntaxErrors ([1803b54](https://github.com/wessberg/cjs-to-esm-transformer/commit/1803b54))


- **exports:** fixes a bug where exports = require(...)() would lead to SyntaxErrors ([1803b54](https://github.com/wessberg/cjs-to-esm-transformer/commit/1803b54))

## [0.0.4](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.3...v0.0.4) (2019-05-06)


### Features

* **exports:** adds support for re-exports with 'exports = require(...)' syntax ([19753ce](https://github.com/wessberg/cjs-to-esm-transformer/commit/19753ce))


- **exports:** adds support for re-exports with 'exports = require(...)' syntax ([19753ce](https://github.com/wessberg/cjs-to-esm-transformer/commit/19753ce))

## [0.0.3](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.2...v0.0.3) (2019-04-30)



## [0.0.2](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.1...v0.0.2) (2019-04-30)



## 0.0.1 (2019-04-30)



6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ Do you want to contribute? Awesome! Please follow [these recommendations](./CONT

## Maintainers

| <img alt="Frederik Wessberg" src="https://avatars2.githubusercontent.com/u/20454213?s=460&v=4" height="70" /> |
| --------------------------------------------------------------------------------------------------------------------------------- |
| [Frederik Wessberg](mailto:[email protected])<br>[@FredWessberg](https://twitter.com/FredWessberg)<br>_Lead Developer_ |
| <img alt="Frederik Wessberg" src="https://avatars2.githubusercontent.com/u/20454213?s=460&v=4" height="70" /> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Frederik Wessberg](mailto:[email protected])<br><strong>Twitter</strong>: [@FredWessberg](https://twitter.com/FredWessberg)<br>_Lead Developer_ |

<!-- SHADOW_SECTION_MAINTAINERS_END -->

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": "@wessberg/cjs-to-esm-transformer",
"version": "0.0.5",
"version": "0.0.6",
"description": "A Custom Transformer for Typescript that transforms Node-style CommonJS to tree-shakeable ES Modules",
"scripts": {
"generate:readme": "scaffold readme --yes",
Expand Down

0 comments on commit 7ce6306

Please sign in to comment.