Skip to content

Commit

Permalink
chore(main): release 0.2.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Jan 4, 2025
1 parent 38d3e7a commit db3ca93
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.2.1"
".": "0.2.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.2.2](https://github.com/dirkluijk/text-to-playlist/compare/v0.2.1...v0.2.2) (2025-01-04)


### Code Refactoring

* minor improvements ([38d3e7a](https://github.com/dirkluijk/text-to-playlist/commit/38d3e7a3adaa56659d504ac32c97dd4a176e222c))

## [0.2.1](https://github.com/dirkluijk/text-to-playlist/compare/v0.2.0...v0.2.1) (2025-01-04)


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.2.1",
"version": "0.2.2",
"license": "MIT",
"exports": "./main.ts",
"tasks": {
Expand Down

0 comments on commit db3ca93

Please sign in to comment.