Skip to content

Commit 95efdb8

Browse files
authored
Merge pull request #682 from nextcloud-libraries/chore/2-2-0
chore: Prepare v2.2.0 release
2 parents 1933658 + fff5dae commit 95efdb8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## 2.2.0 - 2024-04-29
6+
### Changed
7+
* Update NPM version to LTS v10
8+
* Migrate to Vite for building and Vitest for testing
9+
* Lint files using ESLint (+ add CI workflow) and move to all Typescript
10+
* Add tests and code coverage badge to README
11+
512
## 2.1.0 - 2023-07-23
613
### Fixed
714
- Set explicit file extensions for package entry files to allow usage with `module` packages \([\#513](https://github.com/nextcloud/nextcloud-initial-state/pull/513)\)

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.1.0",
3+
"version": "2.2.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)