Skip to content

Commit 262d488

Browse files
MeyclemFenntasy
andauthored
Bump version & update CHANGELOG (#133)
This PR changes the version and add the updates to the changelog file. --------- Co-authored-by: Vincent Billey <[email protected]>
1 parent ce3f269 commit 262d488

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# CHANGELOG
22

3+
## 1.0.0 - 2023-05-03
4+
5+
This package has been useful for several versions now and it's time to consider it working with a 1.0 release.
6+
7+
## What's Changed
8+
9+
- Bump @typescript-eslint/parser from 5.58.0 to 5.59.0 by @dependabot in
10+
https://github.com/fewlinesco/javascript-styleguide/pull/123
11+
- Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 by @dependabot in
12+
https://github.com/fewlinesco/javascript-styleguide/pull/124
13+
- Bump eslint from 8.38.0 to 8.39.0 by @dependabot in
14+
https://github.com/fewlinesco/javascript-styleguide/pull/125
15+
- Bump prettier from 2.8.7 to 2.8.8 by @dependabot in
16+
https://github.com/fewlinesco/javascript-styleguide/pull/126
17+
- Bump @typescript-eslint/parser from 5.59.0 to 5.59.1 by @dependabot in
18+
https://github.com/fewlinesco/javascript-styleguide/pull/127
19+
- Bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 by @dependabot in
20+
https://github.com/fewlinesco/javascript-styleguide/pull/128
21+
- Bump prettier-plugin-tailwindcss from 0.2.7 to 0.2.8 by @dependabot in
22+
https://github.com/fewlinesco/javascript-styleguide/pull/129
23+
- Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 by @dependabot in
24+
https://github.com/fewlinesco/javascript-styleguide/pull/130
25+
- Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 by @dependabot in
26+
https://github.com/fewlinesco/javascript-styleguide/pull/131
27+
- Bump @remix-run/eslint-config from 1.15.0 to 1.16.0 by @dependabot in
28+
https://github.com/fewlinesco/javascript-styleguide/pull/132
29+
30+
**Full Changelog**: https://github.com/fewlinesco/javascript-styleguide/compare/v0.3.3...v.1.0.0
31+
332
## 0.3.3 - 2023-04-14
433

534
## What's Changed

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

0 commit comments

Comments
 (0)