Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 4, 2021
1 parent 678628d commit 493d7d8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.1.0](https://github.com/john-d-pelingo/jdp-scripts/compare/v1.0.2...v1.1.0) (2021-12-04)


### Features

* upgrade dependencies ([678628d](https://github.com/john-d-pelingo/jdp-scripts/commit/678628d86126d78168e1db774089fe9b7fc2112f))

### [1.0.2](https://github.com/john-d-pelingo/jdp-scripts/compare/v1.0.1...v1.0.2) (2021-11-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.1.0",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/commitlint-config",
"version": "1.0.2",
"version": "1.1.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
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config-typescript-react",
"version": "1.0.2",
"version": "1.1.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
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config-typescript",
"version": "1.0.2",
"version": "1.1.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
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/eslint-config",
"version": "1.0.2",
"version": "1.1.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
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/prettier-config",
"version": "1.0.2",
"version": "1.1.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
@@ -1,6 +1,6 @@
{
"name": "@jdp-dev/tsconfig",
"version": "1.0.2",
"version": "1.1.0",
"description": "My shareable TypeScript config.",
"private": false,
"homepage": "https://github.com/john-d-pelingo/jdp-scripts",
Expand Down

0 comments on commit 493d7d8

Please sign in to comment.