Skip to content

Commit 99be7f5

Browse files
Chore(release): 1.2.0 [skip ci]
## v1.2.0 **[`v1.1.0...v1.2.0`](v1.1.0...v1.2.0)** - **2020-08-08** ### ✨ Feature - Export proxify, TypeScript types, more tests [`d48c5d7`](d48c5d7) ### Other - Looser test for sorting a proxyified array [`dd84fd6`](dd84fd6) - Merge pull request #19 from ceoss/export-proxify [`0e35ff4`](0e35ff4), closes [#19](#19)
1 parent 0e35ff4 commit 99be7f5

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v1.2.0
4+
5+
**[`v1.1.0...v1.2.0`](https://github.com/ceoss/will-mutate/compare/v1.1.0...v1.2.0)** - **2020-08-08**
6+
7+
8+
### ✨ Feature
9+
10+
11+
- Export proxify, TypeScript types, more tests [`d48c5d7`](https://github.com/ceoss/will-mutate/commit/d48c5d7)
12+
13+
### Other
14+
15+
16+
- Looser test for sorting a proxyified array [`dd84fd6`](https://github.com/ceoss/will-mutate/commit/dd84fd6)
17+
- Merge pull request #19 from ceoss/export-proxify [`0e35ff4`](https://github.com/ceoss/will-mutate/commit/0e35ff4), closes [#19](https://github.com/ceoss/will-mutate/issues/19)
18+
319
## v1.1.0
420

521
**[`v1.0.0...v1.1.0`](https://github.com/ceoss/will-mutate/compare/v1.0.0...v1.1.0)** - **2020-07-27**

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "will-mutate",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Runtime test to that detects mutations to objects",
55
"keywords": [
66
"babel-plugin",

0 commit comments

Comments
 (0)