Skip to content

Commit aa5f66e

Browse files
authored
add new version (#122)
This PR adds the new version of `javascript-styleguide` and a fix for a link in the README.
1 parent 10b8f88 commit aa5f66e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# CHANGELOG
22

3+
## 0.3.3 - 2023-04-14
4+
5+
## What's Changed
6+
7+
- Bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 by @dependabot in
8+
https://github.com/fewlinesco/javascript-styleguide/pull/115
9+
- Bump @typescript-eslint/parser from 5.57.0 to 5.57.1 by @dependabot in
10+
https://github.com/fewlinesco/javascript-styleguide/pull/116
11+
- Bump prettier-plugin-tailwindcss from 0.2.6 to 0.2.7 by @dependabot in
12+
https://github.com/fewlinesco/javascript-styleguide/pull/117
13+
- Bump eslint from 8.37.0 to 8.38.0 by @dependabot in
14+
https://github.com/fewlinesco/javascript-styleguide/pull/118
15+
- Bump typescript from 5.0.3 to 5.0.4 by @dependabot in
16+
https://github.com/fewlinesco/javascript-styleguide/pull/119
17+
- Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 by @dependabot in
18+
https://github.com/fewlinesco/javascript-styleguide/pull/120
19+
- Bump @typescript-eslint/parser from 5.57.1 to 5.58.0 by @dependabot in
20+
https://github.com/fewlinesco/javascript-styleguide/pull/121
21+
22+
**Full Changelog**: https://github.com/fewlinesco/javascript-styleguide/compare/v0.3.2...v0.3.3
23+
324
## 0.3.2 - 2023-04-03
425

526
## What's Changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ directly as it would conflict with ESLint.
1212
## General rules
1313

1414
To enforce consistency throughout our imports and exports, we are using
15-
https://www.npmjs.com/package/eslint-plugin-import[eslint-plugin-import].
15+
[eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import).
1616

1717
### Import
1818

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.2",
7+
"version": "0.3.3",
88
"eslintConfig": {
99
"extends": "./node",
1010
"env": {

0 commit comments

Comments
 (0)