From 9862df7601ccd62428a2d8116704e702def4029e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannis=20Pag=C3=A8s?= Date: Tue, 10 Sep 2024 16:55:08 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9835c6..a259ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.2.0](https://github.com/p3ol/renovate-presets/compare/v1.1.0...v1.2.0) (2024-09-10) + + +### Features + +* bump renovate to v38 and remove deprecated elements ([46a7a31](https://github.com/p3ol/renovate-presets/commit/46a7a3108a3bac3a910ac3a25af1da25efe557ce)) +* bump yarn to v4.4.1 ([da9f7cc](https://github.com/p3ol/renovate-presets/commit/da9f7cc419150a4ace0b90e987aa7953e5bee892)) + ## [1.1.0](https://github.com/p3ol/renovate-presets/compare/v1.0.0...v1.1.0) (2024-05-16) diff --git a/package.json b/package.json index f4df353..7753726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "renovate-presets", - "version": "1.1.0", + "version": "1.2.0", "repository": "https://github.com/p3ol/renovate-presets.git", "engines": { "node": "^20"