From 1671bab54dcd6a4a6f7041dbc59a316fb7eedbb9 Mon Sep 17 00:00:00 2001 From: John Darryl Date: Tue, 1 Dec 2020 03:37:21 +0100 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/prettier-config/package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1da4f..eeac578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [0.0.3](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.2...v0.0.3) (2020-12-01) + + +### Features + +* add prettier to peer dependencies ([b997f31](https://github.com/john-d-pelingo/jdp-scripts/commit/b997f315716e064f22781eab310950b4d9a27f76)) +* do not use semis ([0bf4a49](https://github.com/john-d-pelingo/jdp-scripts/commit/0bf4a49f003e7ad95e89b8d2edf207908b6d5038)) +* use package.json prettier config way ([9af5612](https://github.com/john-d-pelingo/jdp-scripts/commit/9af561264b9c0b2800dcc96537b418eb03a8f7a3)) + ### [0.0.2](https://github.com/john-d-pelingo/jdp-scripts/compare/v0.0.1...v0.0.2) (2020-12-01) diff --git a/package.json b/package.json index e7a6682..e5b2152 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "workspaces": [ "packages/*" ], diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 470fa3c..206fbf5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config", - "version": "0.0.2", + "version": "0.0.3", "description": "My shareable ESLint config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 7c45ca5..34ca07b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/prettier-config", - "version": "0.0.2", + "version": "0.0.3", "description": "My shareable Prettier config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts",