Skip to content

Commit

Permalink
chore(main): release 3.1.1 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 18, 2023
1 parent cd5ad31 commit e14aa5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "3.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.1](https://github.com/ChipWolf/BadgeSort/compare/v3.1.0...v3.1.1) (2023-11-18)


### Bug Fixes

* **ci/release-please:** remove component from tag name ([cd5ad31](https://github.com/ChipWolf/BadgeSort/commit/cd5ad318d7f22c9a0d3b11425c01c3248843798b))

## [3.1.0](https://github.com/ChipWolf/BadgeSort/compare/badgesort-v3.0.0...badgesort-v3.1.0) (2023-11-18)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "BadgeSort"
version = "3.1.0"
version = "3.1.1"
description = "Generate and sort branded Shields.io badges by color"
authors = ["Chip Wolf <github@chipwolf.uk>"]
license = "MIT"
Expand Down

0 comments on commit e14aa5a

Please sign in to comment.