diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e69de29..7deae33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "1.6.0" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c2d83..55572ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,42 @@ * initial commit ([ea1590d](https://github.com/chrisvander/pkl-biome/commit/ea1590d22f0a0d14008e0abb31589156f823b042)) +### Bug Fixes + +* add plugin def ([07e0573](https://github.com/chrisvander/pkl-biome/commit/07e0573d26f2e81317ef2f8bf959520c42d70ffb)) +* add pull-schema task ([508f5d0](https://github.com/chrisvander/pkl-biome/commit/508f5d059aa725d291fbf58700131c04a53f839a)) +* add release-please manifest ([819b941](https://github.com/chrisvander/pkl-biome/commit/819b94162e647d9229221ecc52706005fc7a369a)) +* added pkl and packaging ([4f8fbbb](https://github.com/chrisvander/pkl-biome/commit/4f8fbbbd854cd2a7a0dcf719095af5f0b35dd6f2)) +* checkout repo ([7e7d4e5](https://github.com/chrisvander/pkl-biome/commit/7e7d4e5c642c93ff9df2d0413582a214d7d194cf)) +* gitignore, no author ([c77c42d](https://github.com/chrisvander/pkl-biome/commit/c77c42dc2438b2e7b7fdfa5b097dcd1d715bb32e)) +* include-v-in-tag ([abea3bb](https://github.com/chrisvander/pkl-biome/commit/abea3bbe15ece0f880f1495f86f8cbcb1a653187)) +* push cron github action ([88006dd](https://github.com/chrisvander/pkl-biome/commit/88006dde7e8e69fceafc59f49bcccf599ab071e4)) +* read from version txt ([edc45d8](https://github.com/chrisvander/pkl-biome/commit/edc45d87093d9adf637ca6a293bb0a72bd721035)) +* read version from above, fix hidden ([366d522](https://github.com/chrisvander/pkl-biome/commit/366d522cc62802aaed31bbd9b22775ac6ff28f8c)) +* remove newline in version.txt ([defeee8](https://github.com/chrisvander/pkl-biome/commit/defeee825c7312ac2580d1368915e5c562441855)) +* remove unused ([efa3762](https://github.com/chrisvander/pkl-biome/commit/efa37624f622c14ca0662fc29e742602e476dd78)) +* reorder ([3ace71c](https://github.com/chrisvander/pkl-biome/commit/3ace71c8cd1d6d26c54a2ad29ccf1962dab4826d)) +* scripts ([423a90d](https://github.com/chrisvander/pkl-biome/commit/423a90da089038900ca2e07a976c5952ed747d59)) +* trim newline ([6f183f7](https://github.com/chrisvander/pkl-biome/commit/6f183f72421cc8e474564a25ab80f7bd25173f30)) +* version tag ([1c80548](https://github.com/chrisvander/pkl-biome/commit/1c805486a5a1c164e7f5eb833076a29d9ddd5e25)) + + +### Miscellaneous Chores + +* release 0.1.0 ([089ac4c](https://github.com/chrisvander/pkl-biome/commit/089ac4c73e778d778edda12cee1e78da107376f7)) +* release 1.6.0 ([f87547d](https://github.com/chrisvander/pkl-biome/commit/f87547dd6e1b8d28f9d455a6acd681e7898b36ce)) +* release 1.6.0 ([54b149a](https://github.com/chrisvander/pkl-biome/commit/54b149a30c76a8e8ebec9915638e4a3b3048869a)) +* release 1.6.0 ([6a38d3b](https://github.com/chrisvander/pkl-biome/commit/6a38d3b1b8849cecc6e46a4621065b3de131d73f)) + +## [1.6.0](https://github.com/chrisvander/pkl-biome/compare/v1.6.0...v1.6.0) (2024-03-09) + + +### Features + +* add PklProject ([a956bc5](https://github.com/chrisvander/pkl-biome/commit/a956bc5e6edf2363e130ce336bb037bf6b0fd1a4)) +* initial commit ([ea1590d](https://github.com/chrisvander/pkl-biome/commit/ea1590d22f0a0d14008e0abb31589156f823b042)) + + ### Bug Fixes * add plugin def ([07e0573](https://github.com/chrisvander/pkl-biome/commit/07e0573d26f2e81317ef2f8bf959520c42d70ffb))