Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-09-17)

### Bug Fixes

* current and legacy types trying to using the same file resulting in one being overridden ([#10](#10)) ([a5f334b](a5f334b))

### Performance Improvements

* an early esapes to tests when merging unknown types ([17a92e1](17a92e1))
* directly request enumerable keys so that they don't need to then be filtered ([04a2a5f](04a2a5f))
* use imperative loops when building merged result of records ([b36f7bc](b36f7bc))
  • Loading branch information
semantic-release-bot committed Sep 17, 2021
1 parent a5f334b commit 468215d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

## [1.1.2](https://github.com/RebeccaStevens/deepmerge-ts/compare/v1.1.1...v1.1.2) (2021-09-17)


### Bug Fixes

* current and legacy types trying to using the same file resulting in one being overridden ([#10](https://github.com/RebeccaStevens/deepmerge-ts/issues/10)) ([a5f334b](https://github.com/RebeccaStevens/deepmerge-ts/commit/a5f334b2c4f6735383ea419dd6d3206bcc0afe4a))


### Performance Improvements

* an early esapes to tests when merging unknown types ([17a92e1](https://github.com/RebeccaStevens/deepmerge-ts/commit/17a92e1676a6b6c20f7e3fb1cc966ed5673dccf6))
* directly request enumerable keys so that they don't need to then be filtered ([04a2a5f](https://github.com/RebeccaStevens/deepmerge-ts/commit/04a2a5fb24b1086c8130203451c2836f196e92c6))
* use imperative loops when building merged result of records ([b36f7bc](https://github.com/RebeccaStevens/deepmerge-ts/commit/b36f7bcec43858658c06f8f4ac6deb17a9d7b2fe))

## [1.1.1](https://github.com/RebeccaStevens/deepmerge-ts/compare/v1.1.0...v1.1.1) (2021-09-16)


Expand Down

0 comments on commit 468215d

Please sign in to comment.