Skip to content

Commit f810eb6

Browse files
authored
Merge pull request #321 from nextcloud-libraries/release/0.3.0
2 parents 3806e82 + d714522 commit f810eb6

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## v0.3.0 - 2023-10-18
6+
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-browser-storage/compare/v0.2.0...v0.3.0
7+
8+
### What's Changed
9+
* chore: update node engines to next LTS by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/273
10+
* chore: update workflows from templates by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/264
11+
* fix: add missing `@types/node` dep by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/320
12+
13+
### Dependencies
14+
* chore(deps-dev): Bump @babel/cli from 7.19.3 to 7.22.10 by @dependabot
15+
* chore(deps-dev): Bump @babel/core from 7.19.6 to 7.23.2 by @dependabot
16+
* chore(deps-dev): Bump @babel/preset-env from 7.19.4 to 7.22.10 by @dependabot
17+
* chore(deps-dev): Bump @babel/preset-typescript from 7.18.6 to 7.23.2 by @dependabot
18+
* chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 by @dependabot
19+
* chore(deps-dev): Bump babel-jest from 29.2.1 to 29.7.0 by @dependabot
20+
* chore(deps-dev): Bump core-js from 3.25.5 to 3.30.2 by @dependabot
21+
* chore(deps-dev): Bump jest from 29.2.1 to 29.7.0 by @dependabot
22+
* chore(deps-dev): Bump json5 from 2.2.1 to 2.2.2 by @dependabot
23+
* chore(deps-dev): Bump typedoc from 0.23.17 to 0.25.2 by @dependabot
24+
* chore(deps-dev): Bump typescript from 4.8.4 to 5.2.2 by @dependabot
25+
* chore(deps): Bump core-js from 3.30.2 to 3.33.0 by @dependabot
26+
527
## v0.2.0 – 2022-10-24
628
### Changed
729
- Dependency updates

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/browser-storage",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)