diff --git a/CHANGELOG.md b/CHANGELOG.md index 1905567..751c664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## v0.1.1...main + +[compare changes](https://github.com/stacksjs/biome-config/compare/v0.1.1...main) + +### 🏡 Chore + +- Adjust readme paths ([9a374b1](https://github.com/stacksjs/biome-config/commit/9a374b1)) +- Use jsonc ([c554a47](https://github.com/stacksjs/biome-config/commit/c554a47)) +- Add spacing ([aec5029](https://github.com/stacksjs/biome-config/commit/aec5029)) + +### ❤️ Contributors + +- Chris + ## v0.1.0...main [compare changes](https://github.com/stacksjs/biome-config/compare/v0.1.0...main) diff --git a/package.json b/package.json index 7acea7e..c84f9d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/biome-config", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "description": "A well-opinionated Biome config to get you started quickly, and efficiently.", "author": "Chris Breuer ", "license": "MIT",