Skip to content

Commit

Permalink
Revert TypeScript version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jurebajt committed Dec 3, 2019
1 parent fe3d140 commit 3467444
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [2.0.3] - 2019-12-03

### Changed

* Downgraded TypeScript version to 3.6.3.

## [2.0.2] - 2019-12-03

### Changed
Expand All @@ -30,5 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Updated npm dependencies.
* Updated README with API documentation and better usage example.

[2.0.2]: https://github.com/jurebajt/rxjs-observable-store/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/jurebajt/rxjs-observable-store/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/jurebajt/rxjs-observable-store/compare/v2.0.0...v2.0.1
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"testRegex": "/src/.*\\.spec\\.ts$"
},
"dependencies": {
"ts-toolbelt": "4.12.12"
"ts-toolbelt": "4.12.13"
},
"peerDependencies": {
"rxjs": "6.x"
Expand All @@ -52,6 +52,6 @@
"rimraf": "3.0.0",
"rxjs": "6.5.3",
"ts-jest": "24.2.0",
"typescript": "3.7.2"
"typescript": "3.6.3"
}
}

0 comments on commit 3467444

Please sign in to comment.