Skip to content

Commit

Permalink
Merge pull request #4 from dirkluijk/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.1.4
  • Loading branch information
dirkluijk authored Jan 3, 2025
2 parents cee984a + 92e3c4d commit bebff6c
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 @@
{
".": "0.1.3"
".": "0.1.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/dirkluijk/text-to-playlist/compare/v0.1.3...v0.1.4) (2025-01-03)


### Bug Fixes

* fixed incorrect JSON parsing of version info ([cee984a](https://github.com/dirkluijk/text-to-playlist/commit/cee984a1fe3fc07ded73339f5bf91f7349327a5a))

## [0.1.3](https://github.com/dirkluijk/text-to-playlist/compare/v0.1.2...v0.1.3) (2025-01-03)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dirkluijk/text-to-playlist",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"exports": "./main.ts",
"tasks": {
Expand Down

0 comments on commit bebff6c

Please sign in to comment.