Skip to content

Commit dd333f2

Browse files
committed
chore: prepare v0.5.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5610402 commit dd333f2

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

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

9+
## v0.5.0 - 2025-05-07
10+
### Changed
11+
* chore: modernize package and move to ESM package [\#563](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/563) \([susnux](https://github.com/susnux)\)
12+
* chore(deps): remove core-js [\#564](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/564) \([ShGKme](https://github.com/ShGKme)\)
13+
* refactor: rename modules to consist with the primary export [\#562](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/562) \([ShGKme](https://github.com/ShGKme)\)
14+
* Add SPDX header [\#428](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/428) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
15+
* chore: migrate from Jest to Vitest [\#556](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/556) \([ShGKme](https://github.com/ShGKme)\)
16+
* Update dependabot-approve-merge.yml from org [\#447](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/447) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
17+
* chore: build with `tsc` instead of `babel` [\#557](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/557) \([ShGKme](https://github.com/ShGKme)\)
18+
* chore: bump ESLint from 8 to 9 with new @nextcloud/eslint-config@9 [\#558](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/558) \([ShGKme](https://github.com/ShGKme)\)
19+
* chore: update workflows from organization [\#560](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/560) \([susnux](https://github.com/susnux)\)
20+
* chore(package.json): replace check-types with ts:check [\#561](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/561) \([ShGKme](https://github.com/ShGKme)\)
21+
* chore(package.json): add `devEngines` and fix `engines` [\#559](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/559) \([ShGKme](https://github.com/ShGKme)\)
22+
* chore: provide authors in AUTHORS.md [\#566](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/566) \([susnux](https://github.com/susnux)\)
23+
* ci: update npm-publish.yml workflow from template [\#567](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/567) \([susnux](https://github.com/susnux)\)
24+
925
## v0.4.0 - 2024-04-23
1026
### Added
1127
* feat: Add and run ESLint for code linting

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nextcloud/browser-storage",
3-
"version": "0.4.0",
4-
"description": "",
3+
"version": "0.5.0",
4+
"description": "Browser storage (e.g. local storage) abstraction for Nextcloud apps",
55
"keywords": [
66
"nextcloud"
77
],

0 commit comments

Comments
 (0)