Skip to content

Commit 6a398b2

Browse files
committed
chore: Prepare 2.1.0 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 7d33e49 commit 6a398b2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@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
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)