Skip to content

Commit

Permalink
Merge pull request #2 from dirkluijk/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.1.2
  • Loading branch information
dirkluijk authored Jan 3, 2025
2 parents 4ef5126 + dc689c9 commit 11f76d9
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.1"
".": "0.1.2"
}
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.2](https://github.com/dirkluijk/text-to-playlist/compare/v0.1.1...v0.1.2) (2025-01-03)


### Bug Fixes

* also allow modifying public playlists ([4ef5126](https://github.com/dirkluijk/text-to-playlist/commit/4ef51264505c2ee890813897fdd27ef979b1f038))

## [0.1.1](https://github.com/dirkluijk/text-to-playlist/compare/v0.1.0...v0.1.1) (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.1",
"version": "0.1.2",
"license": "MIT",
"exports": "./main.ts",
"tasks": {
Expand Down

0 comments on commit 11f76d9

Please sign in to comment.