Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv authored and susnux committed Oct 18, 2023
1 parent 3806e82 commit d714522
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## v0.3.0 - 2023-10-18
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-browser-storage/compare/v0.2.0...v0.3.0

### What's Changed
* chore: update node engines to next LTS by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/273
* chore: update workflows from templates by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/264
* fix: add missing `@types/node` dep by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/320

### Dependencies
* chore(deps-dev): Bump @babel/cli from 7.19.3 to 7.22.10 by @dependabot
* chore(deps-dev): Bump @babel/core from 7.19.6 to 7.23.2 by @dependabot
* chore(deps-dev): Bump @babel/preset-env from 7.19.4 to 7.22.10 by @dependabot
* chore(deps-dev): Bump @babel/preset-typescript from 7.18.6 to 7.23.2 by @dependabot
* chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 by @dependabot
* chore(deps-dev): Bump babel-jest from 29.2.1 to 29.7.0 by @dependabot
* chore(deps-dev): Bump core-js from 3.25.5 to 3.30.2 by @dependabot
* chore(deps-dev): Bump jest from 29.2.1 to 29.7.0 by @dependabot
* chore(deps-dev): Bump json5 from 2.2.1 to 2.2.2 by @dependabot
* chore(deps-dev): Bump typedoc from 0.23.17 to 0.25.2 by @dependabot
* chore(deps-dev): Bump typescript from 4.8.4 to 5.2.2 by @dependabot
* chore(deps): Bump core-js from 3.30.2 to 3.33.0 by @dependabot

## v0.2.0 – 2022-10-24
### Changed
- Dependency updates
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/browser-storage",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d714522

Please sign in to comment.