Skip to content

Commit aa55da6

Browse files
chore(release): πŸ€–πŸ”–πŸš€ v2.1.1
## [2.1.1](v2.1.0...v2.1.1) (2021-09-20) ### πŸͺ² Bug Fixes * **tests:** migrate react to v17 ([4dd0afa](4dd0afa)) ### πŸ”§ Configs * **npm:** add TS files to lint task ([518868d](518868d)) * **npm:** add yaml files to format task ([e1ae10f](e1ae10f)) * **npm:** use quiet mode in lint task ([bce5f83](bce5f83))
1 parent c3696e9 commit aa55da6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
55

66

7+
## [2.1.1](https://github.com/stackr23/webpack/compare/v2.1.0...v2.1.1) (2021-09-20)
8+
9+
10+
### :beetle: Bug Fixes
11+
12+
* **tests:** migrate react to v17 ([4dd0afa](https://github.com/stackr23/webpack/commit/4dd0afad6f373f98299c0aec85bbe235de7d05c0))
13+
14+
15+
### :wrench: Configs
16+
17+
* **npm:** add TS files to lint task ([518868d](https://github.com/stackr23/webpack/commit/518868d014714cc4170e11a79d8174ca43d0f17b))
18+
* **npm:** add yaml files to format task ([e1ae10f](https://github.com/stackr23/webpack/commit/e1ae10f38c21f2eca0b8cf1df114906bb50f0448))
19+
* **npm:** use quiet mode in lint task ([bce5f83](https://github.com/stackr23/webpack/commit/bce5f83ad5cceb8249b3f1626b0f88d14de32496))
20+
721
# [2.1.0](https://github.com/stackr23/webpack/compare/v2.0.0...v2.1.0) (2021-09-20)
822

923

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackr23/webpack",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "shared webpack config of StackR23",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
Β (0)