Skip to content

Commit f99efe2

Browse files
authored
Update CHANGELOG and package version (#114)
Bump to v0.3.2
1 parent 45ea0ff commit f99efe2

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# CHANGELOG
22

3+
## 0.3.2 - 2023-04-03
4+
5+
## What's Changed
6+
7+
- Bump prettier-plugin-tailwindcss from 0.2.4 to 0.2.5 by @dependabot in
8+
https://github.com/fewlinesco/javascript-styleguide/pull/102
9+
- Bump prettier from 2.8.4 to 2.8.5 by @dependabot in
10+
https://github.com/fewlinesco/javascript-styleguide/pull/103
11+
- Bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0 by @dependabot in
12+
https://github.com/fewlinesco/javascript-styleguide/pull/104
13+
- Bump @typescript-eslint/parser from 5.55.0 to 5.56.0 by @dependabot in
14+
https://github.com/fewlinesco/javascript-styleguide/pull/105
15+
- Bump prettier from 2.8.5 to 2.8.6 by @dependabot in
16+
https://github.com/fewlinesco/javascript-styleguide/pull/106
17+
- Bump prettier from 2.8.6 to 2.8.7 by @dependabot in
18+
https://github.com/fewlinesco/javascript-styleguide/pull/107
19+
- Bump @typescript-eslint/parser from 5.56.0 to 5.57.0 by @dependabot in
20+
https://github.com/fewlinesco/javascript-styleguide/pull/108
21+
- Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0 by @dependabot in
22+
https://github.com/fewlinesco/javascript-styleguide/pull/109
23+
- Bump eslint from 8.36.0 to 8.37.0 by @dependabot in
24+
https://github.com/fewlinesco/javascript-styleguide/pull/110
25+
- Bump prettier-plugin-tailwindcss from 0.2.5 to 0.2.6 by @dependabot in
26+
https://github.com/fewlinesco/javascript-styleguide/pull/111
27+
- Bump typescript from 5.0.2 to 5.0.3 by @dependabot in
28+
https://github.com/fewlinesco/javascript-styleguide/pull/112
29+
- Bump @remix-run/eslint-config from 1.14.3 to 1.15.0 by @dependabot in
30+
https://github.com/fewlinesco/javascript-styleguide/pull/113
31+
32+
**Full Changelog**: https://github.com/fewlinesco/javascript-styleguide/compare/v0.3.1...v0.3.2
33+
334
## 0.3.1 - 2023-03-17
435

536
Adding those commits to the package:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"name": "@fewlines/javascript-styleguide",
66
"repository": "[email protected]:fewlinesco/javascript-styleguide.git",
7-
"version": "0.3.1",
7+
"version": "0.3.2",
88
"eslintConfig": {
99
"extends": "./node",
1010
"env": {

0 commit comments

Comments
 (0)