Skip to content

Commit 5abd06a

Browse files
committed
2.1.1
1 parent 4ca54c3 commit 5abd06a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/devexperts/remote-data-ts/compare/v2.0.4...v2.1.1) (2021-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* invalid main and typings path in package.json ([#68](https://github.com/devexperts/remote-data-ts/issues/68)) ([4ca54c3](https://github.com/devexperts/remote-data-ts/commit/4ca54c3c20bb5f0a795f6aac5b0f1d38afc47b69))
7+
18
# [2.1.0](https://github.com/devexperts/remote-data-ts/compare/v2.0.4...v2.1.0) (2021-08-17)
29

310

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/remote-data-ts",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "lib/index.js",
55
"module": "es6/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)