Skip to content

Commit

Permalink
Fixed #288
Browse files Browse the repository at this point in the history
  • Loading branch information
krisk committed Feb 10, 2019
1 parent 96073ba commit 290cfe4
Show file tree
Hide file tree
Showing 6 changed files with 988 additions and 1,013 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
"babel-plugin-add-module-exports"
]
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 3.4.2

- Fixed #288

# Version 3.4.1

- Ensured `dist/` content is production ready (both full and min versions) #283

# Version 3.4.0

- Upgraded build tool to Webpack 4. New `dist/` output.

# Version 3.3.1

- Fixed the circular JSON TypeError (#197). Thanks [ThinkTankShark](https://github.com/ThinkTankShark)!
Expand Down

0 comments on commit 290cfe4

Please sign in to comment.