diff --git a/.changeset/small-seahorses-enjoy.md b/.changeset/small-seahorses-enjoy.md deleted file mode 100644 index 2736940..0000000 --- a/.changeset/small-seahorses-enjoy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"website": minor -"earwurm": minor ---- - -Bumped required node and pnpm versions. Also overhauled linting/formatting. diff --git a/app/website/CHANGELOG.md b/app/website/CHANGELOG.md index 2825cf6..a5508fb 100644 --- a/app/website/CHANGELOG.md +++ b/app/website/CHANGELOG.md @@ -1,5 +1,16 @@ # website +## 0.2.0 + +### Minor Changes + +- [#84](https://github.com/beefchimi/earwurm/pull/84) [`fba1989`](https://github.com/beefchimi/earwurm/commit/fba198953c4c1f099763002f2287044eb40d0d87) Thanks [@beefchimi](https://github.com/beefchimi)! - Bumped required node and pnpm versions. Also overhauled linting/formatting. + +### Patch Changes + +- Updated dependencies [[`fba1989`](https://github.com/beefchimi/earwurm/commit/fba198953c4c1f099763002f2287044eb40d0d87)]: + - earwurm@0.11.0 + ## 0.1.0 ### Minor Changes diff --git a/app/website/package.json b/app/website/package.json index 1a1e69c..4fd495b 100644 --- a/app/website/package.json +++ b/app/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Marketing and test app for Earwurm library.", "author": "Curtis Dulmage", diff --git a/pkg/earwurm/CHANGELOG.md b/pkg/earwurm/CHANGELOG.md index 0844be4..8528f3f 100644 --- a/pkg/earwurm/CHANGELOG.md +++ b/pkg/earwurm/CHANGELOG.md @@ -1,5 +1,11 @@ # Earwurm Changelog +## 0.11.0 + +### Minor Changes + +- [#84](https://github.com/beefchimi/earwurm/pull/84) [`fba1989`](https://github.com/beefchimi/earwurm/commit/fba198953c4c1f099763002f2287044eb40d0d87) Thanks [@beefchimi](https://github.com/beefchimi)! - Bumped required node and pnpm versions. Also overhauled linting/formatting. + ## 0.10.0 ### Minor Changes diff --git a/pkg/earwurm/package.json b/pkg/earwurm/package.json index 5580b63..24c31bb 100644 --- a/pkg/earwurm/package.json +++ b/pkg/earwurm/package.json @@ -1,7 +1,7 @@ { "name": "earwurm", "type": "module", - "version": "0.10.0", + "version": "0.11.0", "description": "Browser audio for the modern age", "author": "Curtis Dulmage", "license": "ISC",