Skip to content

Commit

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

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


### Features

* enable using text-to-playlist as library ([4d8c052](https://github.com/dirkluijk/text-to-playlist/commit/4d8c0522af8de37185974a1ca2e4539bac656c1f))

## [0.1.4](https://github.com/dirkluijk/text-to-playlist/compare/v0.1.3...v0.1.4) (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.4",
"version": "0.2.0",
"license": "MIT",
"exports": "./main.ts",
"tasks": {
Expand Down

0 comments on commit 108dda8

Please sign in to comment.