Skip to content

Commit 9d7a543

Browse files
committed
Release new version.
1 parent 72aa958 commit 9d7a543

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

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

33

44

5+
## [3.1.3](https://github.com/patternslib/dev/compare/3.1.2...3.1.3) (2022-11-18)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* **Webpack:** Add the version banner only to the entry point files. ([6f82df1](https://github.com/patternslib/dev/commit/6f82df1d3215c07d4ff4cc00d3d6fc56f9f1fdca))This fixes a problem where each chunk file was changed with a new release, even if nothing else than the version has changed.
12+
Adding the version banner only to the entry points still allows to check the version while keeping the changeset for releases small.
13+
14+
15+
### Maintenance
16+
17+
18+
* Upgrade dependencies. ([b2167b4](https://github.com/patternslib/dev/commit/b2167b458711f73480797505e18e75cf3ef8ce33))
19+
520
## [3.1.2](https://github.com/patternslib/dev/compare/3.1.1...3.1.2) (2022-11-15)
621

722

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.1.2",
3+
"version": "3.1.3",
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)