Skip to content

Commit

Permalink
10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 23, 2024
1 parent b94583e commit be7b5f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v10.0.0](https://github.com/bcomnes/top-bun/compare/v9.1.1...v10.0.0)
## [v10.1.0](https://github.com/bcomnes/top-bun/compare/v10.0.0...v10.1.0)

### Commits

- Feat: esbuild.settings.js escape hatch file [`a9c9d7a`](https://github.com/bcomnes/top-bun/commit/a9c9d7a93dcd777fb0a709b686155121588bd996)
- Remove desm [`0e7c53a`](https://github.com/bcomnes/top-bun/commit/0e7c53a37ec131619e1611950ef583ab41ceff3b)
- Remove tap typescript [`e875fbc`](https://github.com/bcomnes/top-bun/commit/e875fbcd8acc20f8bc0a60666867c17d34b2fc91)

## [v10.0.0](https://github.com/bcomnes/top-bun/compare/v9.1.1...v10.0.0) - 2024-10-04

### Merged

Expand Down Expand Up @@ -54,21 +62,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v8.0.2](https://github.com/bcomnes/top-bun/compare/v8.0.1...v8.0.2) - 2024-08-23

### Merged

- Bump @voxpelli/tsconfig from 12.0.1 to 13.0.0 [`#156`](https://github.com/bcomnes/top-bun/pull/156)
- Bump @types/node from 20.14.14 to 22.1.0 [`#157`](https://github.com/bcomnes/top-bun/pull/157)

### Commits

- Remove unused example [`aadef20`](https://github.com/bcomnes/top-bun/commit/aadef208aa56dc27584f8f833733d87e00fbcd57)
- Fix cheerio imports [`49045da`](https://github.com/bcomnes/top-bun/commit/49045da37742ab2c68e1daba280d0fd5bebe8e09)

## [v8.0.1](https://github.com/bcomnes/top-bun/compare/v8.0.0...v8.0.1) - 2024-08-22

### Merged

- Bump @voxpelli/tsconfig from 12.0.1 to 13.0.0 [`#156`](https://github.com/bcomnes/top-bun/pull/156)
- Bump @types/node from 20.14.14 to 22.1.0 [`#157`](https://github.com/bcomnes/top-bun/pull/157)

### Commits

- Remove unused example [`92dfb67`](https://github.com/bcomnes/top-bun/commit/92dfb676ae1f21cd29b0a1f9d9d19155d6ffd606)
- Remove unused example [`aadef20`](https://github.com/bcomnes/top-bun/commit/aadef208aa56dc27584f8f833733d87e00fbcd57)

## [v8.0.0](https://github.com/bcomnes/top-bun/compare/v7.3.4...v8.0.0) - 2024-08-06

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": "top-bun",
"description": "top-bun: a traditional web bakery made with html, md, css and js.",
"version": "10.0.0",
"version": "10.1.0",
"type": "module",
"main": "./index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit be7b5f9

Please sign in to comment.