Skip to content

Commit

Permalink
chore(release): 1.1.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jessie-codes committed Sep 12, 2020
1 parent 0346993 commit 44bf77b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.2](https://github.com/jessie-codes/safe-flat/compare/v1.1.1...v1.1.2) (2019-10-12)
## [1.1.3](https://github.com/jessie-codes/safe-flat/compare/v1.1.1...v1.1.3) (2020-09-12)



Expand All @@ -7,7 +7,7 @@

### Bug Fixes

* properly handle date objects ([#17](https://github.com/jessie-codes/safe-flat/issues/17)) ([85bf838](https://github.com/jessie-codes/safe-flat/commit/85bf838)), closes [#16](https://github.com/jessie-codes/safe-flat/issues/16)
* properly handle date objects ([#17](https://github.com/jessie-codes/safe-flat/issues/17)) ([85bf838](https://github.com/jessie-codes/safe-flat/commit/85bf838e97eeead6bd4d32090343a57b92cd8fca)), closes [#16](https://github.com/jessie-codes/safe-flat/issues/16)



Expand All @@ -19,17 +19,17 @@



# [1.0.0](https://github.com/jessie-codes/safe-flat/compare/cac960c...v1.0.0) (2019-04-22)
# [1.0.0](https://github.com/jessie-codes/safe-flat/compare/cac960c7f5ef0b4bdfcd644a8c7c37bed6f64564...v1.0.0) (2019-04-22)


### Bug Fixes

* **package.json:** Fix lint command ([0be14b9](https://github.com/jessie-codes/safe-flat/commit/0be14b9))
* **package.json:** Fix lint command ([0be14b9](https://github.com/jessie-codes/safe-flat/commit/0be14b9b84127eebbf2d65a3b386622cabbb9830))


### Features

* Add flatten function ([cac960c](https://github.com/jessie-codes/safe-flat/commit/cac960c))
* Add flatten function ([cac960c](https://github.com/jessie-codes/safe-flat/commit/cac960c7f5ef0b4bdfcd644a8c7c37bed6f64564))



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": "safe-flat",
"version": "1.1.2",
"version": "1.1.3",
"description": "Safely flatten a nested JavaScript object.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 44bf77b

Please sign in to comment.