diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2fed84f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2019-08-11) + + +### Bug Fixes + +* **config:** extend automerge rules from correct preset ([47e6627](https://github.com/untool/configs/commit/47e6627)) + + +### Features + +* add eslint and prettier configs ([04da0e8](https://github.com/untool/configs/commit/04da0e8)) +* enable automerge for linters and unit test dependencies ([a5d3e1b](https://github.com/untool/configs/commit/a5d3e1b)) +* initial commit ([7aad0d0](https://github.com/untool/configs/commit/7aad0d0)) diff --git a/lerna.json b/lerna.json index 1531109..86aa19a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.0", + "version": "1.1.0", "registry": "https://registry.npmjs.org/", "command": { "version": { diff --git a/packages/eslint/CHANGELOG.md b/packages/eslint/CHANGELOG.md new file mode 100644 index 0000000..f8f4693 --- /dev/null +++ b/packages/eslint/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2019-08-11) + + +### Features + +* add eslint and prettier configs ([04da0e8](https://github.com/untool/configs/commit/04da0e8)) diff --git a/packages/eslint/package.json b/packages/eslint/package.json index 21c711e..36eab51 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@untool/eslint-config", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "license": "MIT", "publishConfig": { diff --git a/packages/prettier/CHANGELOG.md b/packages/prettier/CHANGELOG.md new file mode 100644 index 0000000..f8f4693 --- /dev/null +++ b/packages/prettier/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2019-08-11) + + +### Features + +* add eslint and prettier configs ([04da0e8](https://github.com/untool/configs/commit/04da0e8)) diff --git a/packages/prettier/package.json b/packages/prettier/package.json index a7bb8b3..97c9367 100644 --- a/packages/prettier/package.json +++ b/packages/prettier/package.json @@ -1,6 +1,6 @@ { "name": "@untool/prettier-config", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "license": "MIT", "publishConfig": { diff --git a/packages/renovate/CHANGELOG.md b/packages/renovate/CHANGELOG.md new file mode 100644 index 0000000..9970301 --- /dev/null +++ b/packages/renovate/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2019-08-11) + + +### Bug Fixes + +* **config:** extend automerge rules from correct preset ([47e6627](https://github.com/untool/configs/commit/47e6627)) + + +### Features + +* add eslint and prettier configs ([04da0e8](https://github.com/untool/configs/commit/04da0e8)) diff --git a/packages/renovate/package.json b/packages/renovate/package.json index 216f82f..b7fa55e 100644 --- a/packages/renovate/package.json +++ b/packages/renovate/package.json @@ -1,6 +1,6 @@ { "name": "@untool/renovate-config", - "version": "1.0.0", + "version": "1.1.0", "description": "Default renovate presets for untool packages", "license": "MIT", "publishConfig": {