Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Nov 6, 2021
1 parent 55e1a39 commit 06b0930
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.19...v1.0.0) (2021-11-06)


### Features

* add more rules (read more) ([19aebcf](https://github.com/john-d-pelingo/jdp-scripts/commit/19aebcfeb8a2a3deb7e58bbe4458f1a8a231f729))
* upgrade to eslint 8 ([55e1a39](https://github.com/john-d-pelingo/jdp-scripts/commit/55e1a39319df4d8e292ee7f14df76aecab9b746e))

### [0.0.19](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.18...v0.0.19) (2021-09-13)

### [0.0.18](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.17...v0.0.18) (2021-07-03)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.19",
"version": "1.0.0",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/commitlint-config",
"version": "0.0.19",
"version": "1.0.0",
"description": "My shareable commitlint config.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config-typescript-react",
"version": "0.0.19",
"version": "1.0.0",
"description": "My shareable ESLint config for TypeScript React projects.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config-typescript",
"version": "0.0.19",
"version": "1.0.0",
"description": "My shareable ESLint config for TypeScript projects.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config",
"version": "0.0.19",
"version": "1.0.0",
"description": "My shareable ESLint config for JavaScript projects.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/prettier-config",
"version": "0.0.19",
"version": "1.0.0",
"description": "My shareable Prettier config.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/tsconfig",
"version": "0.0.19",
"version": "1.0.0",
"description": "My shareable TypeScript config.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down

0 comments on commit 06b0930

Please sign in to comment.