Skip to content

Commit 31c8286

Browse files
authored
Merge pull request #87 from FormidableLabs/changeset-release/master
Version Packages
2 parents cd2e681 + c04f6af commit 31c8286

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: .changeset/purple-doors-begin.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- Addresses #85, avoids replacing object keys. ([#86](https://github.com/FormidableLabs/babel-plugin-transform-define/pull/86))
8+
39
## 2.1.2
410

511
### Patch Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-transform-define",
33
"description": "Babel plugin that replaces member expressions and typeof statements with strings",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"contributors": [
66
"Eric Baer <[email protected]> (https://github.com/baer)",
77
"Michael Jackson <[email protected]> (https://github.com/mjackson)",

0 commit comments

Comments
 (0)