Skip to content

Commit

Permalink
chore: Prepare 2.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jul 11, 2023
1 parent 7d33e49 commit 6a398b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.1.0 - 2023-07-23
### Fixed
- Set explicit file extensions for package entry files to allow usage with `module` packages \([\#513](https://github.com/nextcloud/nextcloud-initial-state/pull/513)\)
- Fix package exports to support Typescript projects with module resolution of `node16` or `nodenext` \([\#543](https://github.com/nextcloud/nextcloud-initial-state/pull/543)\)

### Changed
- Dependency updates

## 2.0.0 - 2022-08-23

### Changed
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/initial-state",
"version": "2.0.0",
"version": "2.1.0",
"description": "Access data from the nextcloud server-side initial state API within apps.",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 6a398b2

Please sign in to comment.