From be7b5f9e70363b4fcdeb2802e7795390c3276102 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Wed, 23 Oct 2024 12:45:32 -0700 Subject: [PATCH] 10.1.0 --- CHANGELOG.md | 23 +++++++++++++++-------- package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a380960..e138c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index f04be52..f8af629 100644 --- a/package.json +++ b/package.json @@ -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",