Skip to content

Commit

Permalink
chore(release): 3.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.1](v3.5.0...v3.5.1) (2021-06-17)

### Bug Fixes

* **package:** fix brittle tests ([#34](#34)) ([099c060](099c060))
* **plugins:** include removeProps plugin only for production mode ([dfb83e2](dfb83e2))
  • Loading branch information
oneamexbot committed Jun 17, 2021
1 parent 099c060 commit 277b5d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.5.1](https://github.com/americanexpress/babel-preset-amex/compare/v3.5.0...v3.5.1) (2021-06-17)


### Bug Fixes

* **package:** fix brittle tests ([#34](https://github.com/americanexpress/babel-preset-amex/issues/34)) ([099c060](https://github.com/americanexpress/babel-preset-amex/commit/099c060161b01477f94f9149e71001cebcec0f32))
* **plugins:** include removeProps plugin only for production mode ([dfb83e2](https://github.com/americanexpress/babel-preset-amex/commit/dfb83e2274ff7b795119b71f3072d0902504e32a))

# [3.5.0](https://github.com/americanexpress/babel-preset-amex/compare/v3.4.1...v3.5.0) (2020-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-amex",
"version": "3.5.0",
"version": "3.5.1",
"description": "Standard babel preset for American Express",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 277b5d5

Please sign in to comment.