Skip to content

Commit 6ae52d6

Browse files
chore: release v1.2.1 (#12)
## πŸ€– New release * `spongebob`: 1.2.0 -> 1.2.1 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [1.2.1](v1.2.0...v1.2.1) - 2024-09-26 ### Fixed - Changed output to stderr for piping purposes - *(goodboye)* Changed number of spaces between words to two from three </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0eb39a6 commit 6ae52d6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.1](https://github.com/asasine/spongebob/compare/v1.2.0...v1.2.1) - 2024-09-26
10+
11+
### Fixed
12+
13+
- Changed output to stderr for piping purposes
14+
- *(goodboye)* Changed number of spaces between words to two from three
15+
916
## [1.2.0](https://github.com/asasine/spongebob/compare/v1.1.1...v1.2.0) - 2024-09-20
1017

1118
### Added

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spongebob"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Adam Sasine <[email protected]>"]
55
edition = "2021"
66
description = "A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe."

0 commit comments

Comments
Β (0)