Skip to content

Commit

Permalink
Merge pull request #396 from nextcloud-libraries/chore/0_4_0
Browse files Browse the repository at this point in the history
chore: Prepare 0.4.0 release
  • Loading branch information
susnux committed Apr 30, 2024
2 parents 890ca4b + 031bb5d commit 4518588
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.4.0 - 2024-04-23
### Added
* feat: Add and run ESLint for code linting

### Changed
* Update NPM to latest LTS v10
* Bump core-js to 3.37.0
* Delete old unused CI
* Updated development dependencies

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

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/browser-storage",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4518588

Please sign in to comment.