From 796a7b74630677a2693a7eb306f5337758f432a4 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Tue, 19 Nov 2024 17:08:51 -0800 Subject: [PATCH] 4.0.2 --- CHANGELOG.md | 22 ++++++---------------- package.json | 2 +- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a10734..4d25310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,30 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v4.0.1](https://github.com/bcomnes/async-neocities/compare/v4.0.0...v4.0.1) +## [v4.0.2](https://github.com/bcomnes/async-neocities/compare/v4.0.1...v4.0.2) ### Commits -- Drop support back to node 20 [`6fd9b92`](https://github.com/bcomnes/async-neocities/commit/6fd9b929257a3deeeaa9ec193f960347dba8812b) - -## [v4.0.0](https://github.com/bcomnes/async-neocities/compare/v3.0.9...v4.0.0) - 2024-11-18 - -### Merged - -- Full rewrite [`#89`](https://github.com/bcomnes/async-neocities/pull/89) +- Export logging logic [`e01da2d`](https://github.com/bcomnes/async-neocities/commit/e01da2d4306fb4db5e6ea52d7fef3ae99539dfd4) +- Dead code elimination [`9b502fa`](https://github.com/bcomnes/async-neocities/commit/9b502fa35732189a8c97e2f3f8ed8e017ec56f84) -### Commits - -- **Breaking change:** Full rewrite [`3084aee`](https://github.com/bcomnes/async-neocities/commit/3084aee3454a2fe9af091c76a3ac14a702bf4661) -- Docs [`a4eaed6`](https://github.com/bcomnes/async-neocities/commit/a4eaed6fb0442a709344a80abacf5da2004f1b4d) - -## [v3.0.9](https://github.com/bcomnes/async-neocities/compare/v3.0.8...v3.0.9) - 2024-11-18 +## [v4.0.1](https://github.com/bcomnes/async-neocities/compare/v4.0.0...v4.0.1) - 2024-11-19 ### Commits -- revert 3.0.8 release [`bb4cf4b`](https://github.com/bcomnes/async-neocities/commit/bb4cf4b61833f2976b599aab8b488acfb734d088) +- Drop support back to node 20 [`6fd9b92`](https://github.com/bcomnes/async-neocities/commit/6fd9b929257a3deeeaa9ec193f960347dba8812b) -## [v3.0.8](https://github.com/bcomnes/async-neocities/compare/v3.0.7...v3.0.8) - 2024-11-18 +## [v4.0.0](https://github.com/bcomnes/async-neocities/compare/v3.0.7...v4.0.0) - 2024-11-18 ### Merged diff --git a/package.json b/package.json index 949bdc5..88f6945 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async-neocities", "description": "A library and bin to deploy to neocities", - "version": "4.0.1", + "version": "4.0.2", "author": "Bret Comnes (https://bret.io)", "type": "module", "bin": {