Skip to content

Commit 87b87e3

Browse files
committed
Release new version.
1 parent cbf4848 commit 87b87e3

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGES.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

33

44

5+
## [3.6.0](https://github.com/patternslib/dev/compare/3.5.3...3.6.0) (2024-08-14)
6+
7+
8+
### Features
9+
10+
11+
* Add husky commitlint also to this package. ([1bdcf63](https://github.com/patternslib/dev/commit/1bdcf636324a0a05946754af84faa78c4c7f71f4))
12+
13+
14+
* Add WebP as asset/resource along to the other formats for the Webpack loader. ([58f369c](https://github.com/patternslib/dev/commit/58f369c256eadd3f631f0ea79ed509a93fdfd3d1))
15+
16+
17+
18+
### Bug Fixes
19+
20+
21+
* Do not upgrade husky and keep at pre 9.x. ([fe89852](https://github.com/patternslib/dev/commit/fe8985223c11cc4258e44e475aeebaa1926ed327))
22+
23+
Husky has some breaking changes which we should only upgrade with the next major release of @patternslib/dev.
24+
25+
26+
* Require minimum node v18.18. ([807147a](https://github.com/patternslib/dev/commit/807147a98527520b7455061629a04ebac6941740))
27+
28+
This is Webpack's minimum required version.
29+
Note: As time of this commit, versions below 18 are unmaintained.
30+
31+
32+
33+
### Maintenance
34+
35+
36+
* Remove plugin-transform-optional-chaining from babel. ([9facee8](https://github.com/patternslib/dev/commit/9facee8b35a9f09c24c6e466228503d0a257445b))
37+
38+
The optional chaining feature is already included in preset-env ES2020.
39+
40+
41+
* Upgrade dependencies. ([c3d64fd](https://github.com/patternslib/dev/commit/c3d64fdd0c543e199e04088fc661c7bd9315bbe3))
42+
43+
Upgrade all except eslint, which needs to migrate from `.eslintrc.js` to
44+
`eslint.config.js`. This will be done in an upcoming major release.
45+
46+
47+
* Upgrade GitHub Actions node version. ([4c96faa](https://github.com/patternslib/dev/commit/4c96faa2e34b4fdf50d2d38b6a230704f7d9c7ed))
48+
49+
50+
* Upgrade GitHub Actions. ([f687bee](https://github.com/patternslib/dev/commit/f687bee3dcd94b50b14fd5df3370aa9ecf245943))
51+
552
## [3.5.3](https://github.com/patternslib/dev/compare/3.5.2...3.5.3) (2023-11-22)
653

754

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/dev",
3-
"version": "3.5.3",
3+
"version": "3.6.0",
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)