Skip to content

Commit

Permalink
publish 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed May 18, 2020
1 parent 59c7d47 commit a582964
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"presets": [
[
"@babel/preset-env"
]
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MessageBox Changelog

## 0.2.7

Fix transpiling configuration to support IE11 (try again)

## 0.2.6

Fix transpiling configuration to support IE11
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": "message-box",
"version": "0.2.6",
"version": "0.2.7",
"description": "A package for defining and getting validation error messages, with support for Meteor Tracker reactivity",
"author": "Eric Dobbertin <aldeed@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit a582964

Please sign in to comment.