Skip to content

Commit

Permalink
Bump to 2.1.2-0 (#26)
Browse files Browse the repository at this point in the history
* 2.1.1

* 2.1.1

* 2.1.2-0
  • Loading branch information
compulim committed Aug 2, 2019
1 parent 99f56bd commit 954b348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.1] - 2019-08-01
### Changed
- Fix [#24](https://github.com/compulim/simple-update-in/issues/24), polyfill `Object.is` for IE11, in PR [#25](https://github.com/compulim/simple-update-in/pull/25)
- Polyfill code is adopted from [`core-js`](https://npmjs.com/package/core-js) to maintain zero dependency
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": "simple-update-in",
"version": "2.1.1-0",
"version": "2.1.2-0",
"description": "",
"browser": "dist/simple-update-in.production.min.js",
"main": "lib/index.js",
Expand Down

0 comments on commit 954b348

Please sign in to comment.