Skip to content

Commit 3bc98d1

Browse files
chore(release): 1.1.0 [skip ci]
# [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))
1 parent 5107bfc commit 3bc98d1

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.1.0](https://github.com/inpyjamas/renovate-config/compare/v1.0.1...v1.1.0) (2023-12-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Give the workflow write permission ([0ff678a](https://github.com/inpyjamas/renovate-config/commit/0ff678a2113ee8e0bc39b0e4f75e87c29823ff2e))
7+
* Remove next tag from renovate config ([77d4631](https://github.com/inpyjamas/renovate-config/commit/77d4631aa9e1bb28a2195fc2b096dbd162f28a7f))
8+
* Use lts node version ([e8f1e7c](https://github.com/inpyjamas/renovate-config/commit/e8f1e7c64150b8bc4e349c9a4b2b7cfe2135a0c2))
9+
10+
11+
### Features
12+
13+
* **config:** Combine more types to reduce noise ([55784aa](https://github.com/inpyjamas/renovate-config/commit/55784aa9483d49253b9acb6a8ea9916982bbfe9a))
14+
115
## [1.0.1](https://github.com/inpyjamas/renovate-config/compare/v1.0.0...v1.0.1) (2022-04-05)
216

317
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inpyjamas/renovate-config",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "shareable renovate config",
55
"scripts": {
66
"validate": "renovate-config-validator",

0 commit comments

Comments
 (0)