Skip to content

Commit

Permalink
chore(release): Bump version to v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Sep 27, 2024
1 parent bc9f0bc commit f2c4dcc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@
-->
# Changelog for files_zip

## 2.1.0

### Added

- feat(deps): Add Nextcloud 31 support @nickvergessen [#275](https://github.com/nextcloud/files_zip/pull/275)
- ci: Update workflows @nickvergessen [#284](https://github.com/nextcloud/files_zip/pull/284)

### Fixed

- fix: disable zip on trashbin @skjnldsv [#282](https://github.com/nextcloud/files_zip/pull/282)
- fix(files): upgrade `vite-config` to `1.4.2` @JuliaKirschenheuter [#288](https://github.com/nextcloud/files_zip/pull/288)

### Other

- Chore(deps): Bump @nextcloud/vue from 8.15.0 to 8.15.1 @dependabot [#271](https://github.com/nextcloud/files_zip/pull/271)
- Chore(deps): Bump @nextcloud/files from 3.6.0 to 3.7.0 @dependabot [#272](https://github.com/nextcloud/files_zip/pull/272)
- Chore(deps): Bump @nextcloud/vue from 8.15.1 to 8.16.0 @dependabot [#273](https://github.com/nextcloud/files_zip/pull/273)
- Chore(deps): Bump @nextcloud/files from 3.7.0 to 3.8.0 @dependabot [#274](https://github.com/nextcloud/files_zip/pull/274)
- chore: update workflows from templates @nextcloud-command [#277](https://github.com/nextcloud/files_zip/pull/277)
- Chore(deps): Bump @nextcloud/vue from 8.16.0 to 8.17.0 @dependabot [#278](https://github.com/nextcloud/files_zip/pull/278)
- Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 5.3.7 @dependabot [#279](https://github.com/nextcloud/files_zip/pull/279)
- Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3 @dependabot [#280](https://github.com/nextcloud/files_zip/pull/280)
- Chore(deps): Bump @nextcloud/files from 3.8.0 to 3.9.0 @dependabot [#283](https://github.com/nextcloud/files_zip/pull/283)
- Chore(deps): Bump @nextcloud/vue from 8.17.0 to 8.17.1 @dependabot [#281](https://github.com/nextcloud/files_zip/pull/281)
- Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.1 @dependabot [#287](https://github.com/nextcloud/files_zip/pull/287)

## 1.6.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Zipper</name>
<summary>Zip files in your Nextcloud</summary>
<description>Allow zipping files directly in your Nextcloud!</description>
<version>2.0.0</version>
<version>2.1.0</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<author>Julius Haertl</author>
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,7 +1,7 @@
{
"name": "files_zip",
"description": "Compress selected files to a zip archive",
"version": "2.0.0",
"version": "2.1.0",
"author": "Julius Härtl <jus@bitgrid.net",
"bugs": {
"url": "https://github.com/nextcloud/files_zip/issues"
Expand Down

0 comments on commit f2c4dcc

Please sign in to comment.