diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d51ffa4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 0.2.0 (2023-08-09) + + +### ⚠ BREAKING CHANGES + +* switch to Astro Assets + +### Features + +* serve fonts from local directory ([d6592c9](https://github.com/ElianCodes/brutal/commit/d6592c916a223847d15fe4464d05ff9349964304)) +* switch to Astro Assets ([7a5b8d4](https://github.com/ElianCodes/brutal/commit/7a5b8d459dda6156e714b9b0419414b4675c18eb)) diff --git a/package.json b/package.json index 9a3e10d..3a9de48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brutal", - "version": "0.1.3", + "version": "0.2.0", "private": false, "type": "module", "packageManager": "pnpm@8.6.0",