diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a1bea..d275ad7 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.2](https://github.com/bcomnes/top-bun/compare/v7.1.1...v7.1.2) +## [v7.1.3](https://github.com/bcomnes/top-bun/compare/v7.1.2...v7.1.3) + +### Commits + +- Add handlebars variable to disable handlebars [`789013d`](https://github.com/bcomnes/top-bun/commit/789013dcb65f44b5f5271fc641ae3d5eb4d07e9c) + +## [v7.1.2](https://github.com/bcomnes/top-bun/compare/v7.1.1...v7.1.2) - 2023-11-23 ### Commits diff --git a/package.json b/package.json index 06c8402..52070ad 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.2", + "version": "7.1.3", "type": "module", "main": "./index.js", "types": "index.d.ts",