Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Aug 11, 2019
1 parent 47e6627 commit 1014240
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0",
"version": "1.1.0",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@untool/prettier-config",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/renovate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/renovate/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1014240

Please sign in to comment.