Skip to content

Commit

Permalink
chore(release): 0.10.27
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Aug 11, 2017
1 parent 11c67f5 commit 416bc41
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.10.27"></a>
## [0.10.27](https://github.com/medikoo/es5-ext/compare/v0.10.26...v0.10.27) (2017-08-11)


### Bug Fixes

* isNumberValue should not crash on non-coercible values ([0db765e](https://github.com/medikoo/es5-ext/commit/0db765e))


### Features

* add Object.ensureFiniteNumber util ([11c67f5](https://github.com/medikoo/es5-ext/commit/11c67f5))
* add Object.isFiniteNumber util ([fe5b55a](https://github.com/medikoo/es5-ext/commit/fe5b55a))



<a name="0.10.26"></a>
## [0.10.26](https://github.com/medikoo/es5-ext/compare/v0.10.25...v0.10.26) (2017-08-02)

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": "es5-ext",
"version": "0.10.26",
"version": "0.10.27",
"description": "ECMAScript extensions and shims",
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
"keywords": [
Expand Down

0 comments on commit 416bc41

Please sign in to comment.