diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ce95d..ed05181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v7.1.9](https://github.com/bcomnes/top-bun/compare/v7.1.8...v7.1.9) +## [v7.2.0](https://github.com/bcomnes/top-bun/compare/v7.1.9...v7.2.0) + +### Commits + +- Add basePath support to the default layout [`c3c25c5`](https://github.com/bcomnes/top-bun/commit/c3c25c5d42ec8b7859efdf7f190d2801bca59721) + +## [v7.1.9](https://github.com/bcomnes/top-bun/compare/v7.1.8...v7.1.9) - 2024-01-30 ### Merged diff --git a/package.json b/package.json index 5279540..11fe470 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": "7.1.9", + "version": "7.2.0", "type": "module", "main": "./index.js", "types": "index.d.ts",