Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Nov 17, 2019
1 parent f14e6cd commit 51abc89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.15](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.14...v0.0.15) (2019-11-17)

### Bug Fixes

- fix Windows bugs ([5a2fa10](https://github.com/wessberg/cjs-to-esm-transformer/commit/5a2fa10c584c808f95022981c56f631702ca595c))
- fix Windows bugs ([9de491b](https://github.com/wessberg/cjs-to-esm-transformer/commit/9de491b80bb7b3f0d0f302afed114e90b613cb6a))

## [0.0.14](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.13...v0.0.14) (2019-11-11)

## [0.0.13](https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.12...v0.0.13) (2019-11-09)
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.14",
"version": "0.0.15",
"description": "A Custom Transformer for Typescript that transforms Node-style CommonJS to tree-shakeable ES Modules",
"scripts": {
"generate:scaffold": "scaffold all --yes",
Expand Down

0 comments on commit 51abc89

Please sign in to comment.