Skip to content

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 20, 2024
1 parent e01da2d commit 796a7b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
22 changes: 6 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <bcomnes@gmail.com> (https://bret.io)",
"type": "module",
"bin": {
Expand Down

0 comments on commit 796a7b7

Please sign in to comment.