Skip to content

Commit ad7a334

Browse files
authored
Merge pull request #237 from nextcloud/release/v4.1.3
4.1.3
2 parents 3199c67 + e6f9c5d commit ad7a334

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v4.1.3](https://github.com/nextcloud/webpack-vue-config/tree/v4.1.3) (2021-11-08)
4+
5+
[Full Changelog](https://github.com/nextcloud/webpack-vue-config/compare/v4.1.2...v4.1.3)
6+
7+
**Merged pull requests:**
8+
9+
* Change webpack version in peerDep to match devDep by @artonge in https://github.com/nextcloud/webpack-vue-config/pull/233
10+
* Bump webpack from 5.46.0 to 5.62.1 by @dependabot in https://github.com/nextcloud/webpack-vue-config/pull/235
11+
* Bump css-loader from 6.5.0 to 6.5.1 by @dependabot in https://github.com/nextcloud/webpack-vue-config/pull/236
12+
313
## [v4.1.2](https://github.com/nextcloud/webpack-vue-config/tree/v4.1.2) (2021-11-03)
414

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

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/webpack-vue-config",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "A webpack vue config for nextcloud apps",
55
"author": "John Molakvoæ <[email protected]>",
66
"license": "AGPL-3.0-or-later",
@@ -62,4 +62,4 @@
6262
"webpack-cli": "^4.5.0",
6363
"webpack-dev-server": "^4.0.0"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)