Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2023-12-11)

### Bug Fixes

* Give the workflow write permission ([0ff678a](0ff678a))
* Remove next tag from renovate config ([77d4631](77d4631))
* Use lts node version ([e8f1e7c](e8f1e7c))

### Features

* **config:** Combine more types to reduce noise ([55784aa](55784aa))
  • Loading branch information
semantic-release-bot committed Dec 11, 2023
1 parent 5107bfc commit 3bc98d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.1.0](https://github.com/inpyjamas/renovate-config/compare/v1.0.1...v1.1.0) (2023-12-11)


### Bug Fixes

* Give the workflow write permission ([0ff678a](https://github.com/inpyjamas/renovate-config/commit/0ff678a2113ee8e0bc39b0e4f75e87c29823ff2e))
* Remove next tag from renovate config ([77d4631](https://github.com/inpyjamas/renovate-config/commit/77d4631aa9e1bb28a2195fc2b096dbd162f28a7f))
* Use lts node version ([e8f1e7c](https://github.com/inpyjamas/renovate-config/commit/e8f1e7c64150b8bc4e349c9a4b2b7cfe2135a0c2))


### Features

* **config:** Combine more types to reduce noise ([55784aa](https://github.com/inpyjamas/renovate-config/commit/55784aa9483d49253b9acb6a8ea9916982bbfe9a))

## [1.0.1](https://github.com/inpyjamas/renovate-config/compare/v1.0.0...v1.0.1) (2022-04-05)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inpyjamas/renovate-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "shareable renovate config",
"scripts": {
"validate": "renovate-config-validator",
Expand Down

0 comments on commit 3bc98d1

Please sign in to comment.