From c7e3077431b7d0b1ff516f0b2205b6bf34d1f194 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:25:29 -0400 Subject: [PATCH] chore(main): release 1.3.0 (#17) --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e00dd..780b891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/beam-community/common-config/compare/v1.2.0...v1.3.0) (2024-06-25) + + +### Features + +* Add dependabot config ([#20](https://github.com/beam-community/common-config/issues/20)) ([30e3e58](https://github.com/beam-community/common-config/commit/30e3e587508a776f2fd4ba03f7a89a4d1b2794d8)) +* Add stale workflow ([#21](https://github.com/beam-community/common-config/issues/21)) ([e52458f](https://github.com/beam-community/common-config/commit/e52458f602a9cfedf70d2da0bddf4978edded85c)) +* Support refactor types in changelogs ([#16](https://github.com/beam-community/common-config/issues/16)) ([038274b](https://github.com/beam-community/common-config/commit/038274b315744e5f9cca85961748fba632e2716f)) + + +### Miscellaneous + +* Fixing pr message ([#19](https://github.com/beam-community/common-config/issues/19)) ([20a8661](https://github.com/beam-community/common-config/commit/20a8661586ce0012f46235c359dfd7bb8f490c55)) + ## [1.2.0](https://github.com/beam-community/common-config/compare/v1.1.5...v1.2.0) (2024-06-24) diff --git a/README.md b/README.md index 7881601..2ef04c9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains shared code for all of our Elixir repositories. This in -Currently at version `1.2.0` +Currently at version `1.3.0`