Skip to content

Commit 4256831

Browse files
authored
Merge pull request #553 from nextcloud/chore/prepare-2.1.0
2 parents 3a6fcca + a85676a commit 4256831

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.1.0 - 2023-07-23
6+
### Fixed
7+
- Set explicit file extensions for package entry files to allow usage with `module` packages \([\#513](https://github.com/nextcloud/nextcloud-initial-state/pull/513)\)
8+
- Fix package exports to support Typescript projects with module resolution of `node16` or `nodenext` \([\#543](https://github.com/nextcloud/nextcloud-initial-state/pull/543)\)
9+
10+
### Changed
11+
- Dependency updates
12+
513
## 2.0.0 - 2022-08-23
614

715
### Changed
@@ -20,7 +28,7 @@ All notable changes to this project will be documented in this file.
2028

2129
## 1.2.0 - 2020-04-06
2230
### Added
23-
- Add optional fallback parameter to laodState method
31+
- Add optional fallback parameter to loadState method
2432

2533
## 1.1.2 - 2020-04-06
2634
### Changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/initial-state",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Access data from the nextcloud server-side initial state API within apps.",
55
"homepage": "https://github.com/nextcloud/nextcloud-initial-state#readme",
66
"author": "Christoph Wurst",

0 commit comments

Comments
 (0)