Skip to content

Commit

Permalink
4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 28, 2024
1 parent 6e268ae commit eb1e47d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ 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.3](https://github.com/bcomnes/async-neocities/compare/v4.0.2...v4.0.3)
## [v4.0.4](https://github.com/bcomnes/async-neocities/compare/v4.0.3...v4.0.4)

### Merged

- build(deps-dev): bump typescript from 5.6.3 to 5.7.2 [`#90`](https://github.com/bcomnes/async-neocities/pull/90)
- build(deps): bump undici from 6.21.0 to 7.0.0 [`#91`](https://github.com/bcomnes/async-neocities/pull/91)

## [v4.0.3](https://github.com/bcomnes/async-neocities/compare/v4.0.2...v4.0.3) - 2024-11-19

### Commits

Expand All @@ -26,7 +33,24 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- 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.7...v4.0.0) - 2024-11-18
## [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)

### 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

### Commits

- revert 3.0.8 release [`bb4cf4b`](https://github.com/bcomnes/async-neocities/commit/bb4cf4b61833f2976b599aab8b488acfb734d088)

## [v3.0.8](https://github.com/bcomnes/async-neocities/compare/v3.0.7...v3.0.8) - 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.3",
"version": "4.0.4",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
"type": "module",
"bin": {
Expand Down

0 comments on commit eb1e47d

Please sign in to comment.