Skip to content

Commit

Permalink
Updating type-enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenPaulWright committed Feb 16, 2019
1 parent 97964f3 commit 74e2392
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [0.2.4] - 2019-2-15
### Changed
- Fixed some dependency issues

## [0.2.3] - 2019-2-15
### Changed
- [deepEqual](docs/deepEqual.md) simplified code to take advantage of changes to traverse.
Expand Down Expand Up @@ -35,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [diffUpdate](docs/diffUpdate.md)
- [intersection](docs/intersection.md)

[0.2.4]: https://github.com/DarrenPaulWright/object-agent/compare/v0.2.3...0.2.4
[0.2.3]: https://github.com/DarrenPaulWright/object-agent/compare/v0.2.2...0.2.3
[0.2.2]: https://github.com/DarrenPaulWright/object-agent/compare/v0.2.1...0.2.2
[0.2.1]: https://github.com/DarrenPaulWright/object-agent/compare/v0.2.0...0.2.1
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/DarrenPaulWright/object-agent#readme",
"dependencies": {
"type-enforcer": "^0.3.1"
"type-enforcer": "^0.3.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit 74e2392

Please sign in to comment.