Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Nov 29, 2021
1 parent 1fdf4b8 commit 378bb22
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
# Changelog

## [v4.2.0](https://github.com/nextcloud/webpack-vue-config/tree/v4.2.0) (2021-11-29)

[Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v4.1.2...v4.2.0)

- Update npm and node engines versions by @nextcloud-command in <https://github.com/nextcloud/webpack-vue-config/pull/241>
- Bump webpack from 5.62.1 to 5.64.0 by @dependabot in <https://github.com/nextcloud/webpack-vue-config/pull/243>
- Bump eslint-webpack-plugin from 3.1.0 to 3.1.1 by @dependabot in <https://github.com/nextcloud/webpack-vue-config/pull/244>
- Fix HMR by @jotoeri in <https://github.com/nextcloud/webpack-vue-config/pull/246>
- Bump webpack-dev-server from 4.4.0 to 4.5.0 by @dependabot in <https://github.com/nextcloud/webpack-vue-config/pull/249>
- Bump sass from 1.43.4 to 1.43.5 by @dependabot in <https://github.com/nextcloud/webpack-vue-config/pull/252>
- Move stylelint to 14 by @skjnldsv in <https://github.com/nextcloud/webpack-vue-config/pull/242>

## [v4.1.4](https://github.com/nextcloud/webpack-vue-config/tree/v4.1.4) (2021-11-08)

[Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v4.1.3...v4.1.4)

* Limit webpack update to patch versions of 5.46 by @artonge in https://github.com/nextcloud/webpack-vue-config/pull/238
- Limit webpack update to patch versions of 5.46 by @artonge in <https://github.com/nextcloud/webpack-vue-config/pull/238>

## [v4.1.3](https://github.com/nextcloud/webpack-vue-config/tree/v4.1.3) (2021-11-08)

[Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v4.1.2...v4.1.3)

**Merged pull requests:**

* Change webpack version in peerDep to match devDep by @artonge in https://github.com/nextcloud/webpack-vue-config/pull/233
* Bump webpack from 5.46.0 to 5.62.1 by @dependabot in https://github.com/nextcloud/webpack-vue-config/pull/235
* Bump css-loader from 6.5.0 to 6.5.1 by @dependabot in https://github.com/nextcloud/webpack-vue-config/pull/236
- Change webpack version in peerDep to match devDep by @artonge in <https://github.com/nextcloud/webpack-vue-config/pull/233>
- Bump webpack from 5.46.0 to 5.62.1 by @dependabot in <https://github.com/nextcloud/webpack-vue-config/pull/235>
- Bump css-loader from 6.5.0 to 6.5.1 by @dependabot in <https://github.com/nextcloud/webpack-vue-config/pull/236>

## [v4.1.2](https://github.com/nextcloud/webpack-vue-config/tree/v4.1.2) (2021-11-03)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/webpack-vue-config",
"version": "4.1.4",
"version": "4.2.0",
"description": "A webpack vue config for nextcloud apps",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
Expand Down Expand Up @@ -62,4 +62,4 @@
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.0.0"
}
}
}

0 comments on commit 378bb22

Please sign in to comment.