diff --git a/CHANGELOG-RELEASE.md b/CHANGELOG-RELEASE.md index c027d49..270a1ee 100644 --- a/CHANGELOG-RELEASE.md +++ b/CHANGELOG-RELEASE.md @@ -1,10 +1,7 @@ -### Merged -#### Pull requests -- Bump express from 4.18.1 to 4.19.2 [`#1`](https://github.com/rick-arts/now-playing/pull/1) ### Other -- Updated packages [`60c963d`](https://github.com/rick-arts/now-playing/commit/60c963db541d9d2eecd7f060e2eb0416dbc7dce2) -- Updated packages [`58fc1b0`](https://github.com/rick-arts/now-playing/commit/58fc1b06262e8dc58cb9c1cdf201863496d3efa4) -- Updated packages [`a84cd2f`](https://github.com/rick-arts/now-playing/commit/a84cd2f32cf09531ac56f3ed773b14ebe0466ef3) +- Remove old build script [`77948de`](https://github.com/rick-arts/now-playing/commit/77948defc538f57925d06803010c8b9cb4fc8535) +- Refactoring [`ecaf00c`](https://github.com/rick-arts/now-playing/commit/ecaf00c0dbf2dff873830a49cb7930464683932f) +- Refactoring [`8f0cc4b`](https://github.com/rick-arts/now-playing/commit/8f0cc4bb052cdd0aed6a995dfe9399d08820d87b) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d05bd3..7f3f96e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## 1.4.0 +## [v1.4.1](https://github.com/rick-arts/now-playing/compare/v1.4.0...v1.4.1) + +### Other + +- Remove old build script [`77948de`](https://github.com/rick-arts/now-playing/commit/77948defc538f57925d06803010c8b9cb4fc8535) +- Refactoring [`ecaf00c`](https://github.com/rick-arts/now-playing/commit/ecaf00c0dbf2dff873830a49cb7930464683932f) +- Refactoring [`8f0cc4b`](https://github.com/rick-arts/now-playing/commit/8f0cc4bb052cdd0aed6a995dfe9399d08820d87b) + +## v1.4.0 - 2024-03-28 ### Merged diff --git a/package-lock.json b/package-lock.json index 4276cd9..f5aec01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "now-playing", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "now-playing", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "cors": "^2.8.5", diff --git a/package.json b/package.json index 952b9d0..dfee325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now-playing", - "version": "1.4.0", + "version": "1.4.1", "description": "Now Playing Screen", "main": "server.js", "scripts": {