diff --git a/.github/config/.release-please-config.json b/.github/config/.release-please-config.json index 37fcefa..5fdd883 100644 --- a/.github/config/.release-please-config.json +++ b/.github/config/.release-please-config.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea77096..aad4fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,142 @@ # Changelog +## [1.1.0](https://github.com/ghoullier/bun-typescript-template/compare/v1.0.0...v1.1.0) (2024-12-23) + + +### Features + +* add jsr.io support ([#57](https://github.com/ghoullier/bun-typescript-template/issues/57)) ([eeef742](https://github.com/ghoullier/bun-typescript-template/commit/eeef742a95f8561d0ccfa7c52de96522f849ed02)) +* add license field ([#127](https://github.com/ghoullier/bun-typescript-template/issues/127)) ([0b40729](https://github.com/ghoullier/bun-typescript-template/commit/0b40729a5a87d221e4d11dc996b92f357173dfd9)) +* improve jsr config ([#147](https://github.com/ghoullier/bun-typescript-template/issues/147)) ([991dd60](https://github.com/ghoullier/bun-typescript-template/commit/991dd60bb15731d702b124fe8a7e06f63b231b45)) + + +### Bug Fixes + +* add missing `Manifest` properties ([#128](https://github.com/ghoullier/bun-typescript-template/issues/128)) ([9d53e8f](https://github.com/ghoullier/bun-typescript-template/commit/9d53e8fa6317ed4f3304e039230f4543f27b7552)) + + +### Miscellaneous + +* add fix lint script ([#143](https://github.com/ghoullier/bun-typescript-template/issues/143)) ([c0a0f3b](https://github.com/ghoullier/bun-typescript-template/commit/c0a0f3bc20825b383df6f2155e1092cc00d78976)) +* **ci:** clean dependabot config ([#157](https://github.com/ghoullier/bun-typescript-template/issues/157)) ([07be273](https://github.com/ghoullier/bun-typescript-template/commit/07be273b9a9c694d20b7e5c3bf1c11cd4485d544)) +* **ci:** migrate `google-github-actions/release-please-action` to `googleapis/release-please-action` ([#120](https://github.com/ghoullier/bun-typescript-template/issues/120)) ([15fb01d](https://github.com/ghoullier/bun-typescript-template/commit/15fb01d662af1be6677be2f972dabc143176d420)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.13.10 to 0.14.0 ([#48](https://github.com/ghoullier/bun-typescript-template/issues/48)) ([a0e441c](https://github.com/ghoullier/bun-typescript-template/commit/a0e441c950eff0323dd6f59e38c47263da5e6518)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.13.8 to 0.13.9 ([#42](https://github.com/ghoullier/bun-typescript-template/issues/42)) ([0690aa0](https://github.com/ghoullier/bun-typescript-template/commit/0690aa094e15595d9fb2f37b683e7d4f003cc576)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.13.9 to 0.13.10 ([#44](https://github.com/ghoullier/bun-typescript-template/issues/44)) ([df3097b](https://github.com/ghoullier/bun-typescript-template/commit/df3097b253cf8c0e542d025f1b546066bbdbcb9f)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.14.0 to 0.14.1 ([#49](https://github.com/ghoullier/bun-typescript-template/issues/49)) ([dc1918d](https://github.com/ghoullier/bun-typescript-template/commit/dc1918dc2efc255a00073b424db2e3ed65176560)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.14.1 to 0.15.0 ([#53](https://github.com/ghoullier/bun-typescript-template/issues/53)) ([97dc14a](https://github.com/ghoullier/bun-typescript-template/commit/97dc14a8c731534915e45f2377f6bf32017c55ba)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.15.0 to 0.15.1 ([#61](https://github.com/ghoullier/bun-typescript-template/issues/61)) ([9b3d2ca](https://github.com/ghoullier/bun-typescript-template/commit/9b3d2ca0f998e0bcfc4904c207c8567cc1de531c)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.15.1 to 0.15.2 ([#64](https://github.com/ghoullier/bun-typescript-template/issues/64)) ([e417ac4](https://github.com/ghoullier/bun-typescript-template/commit/e417ac49eff7d9cf8fa82f36da15502c1600d763)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.15.2 to 0.15.3 ([#77](https://github.com/ghoullier/bun-typescript-template/issues/77)) ([022442e](https://github.com/ghoullier/bun-typescript-template/commit/022442e18519670c9b93c76210a0c825b0cb2241)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.15.3 to 0.15.4 ([#119](https://github.com/ghoullier/bun-typescript-template/issues/119)) ([ed141fe](https://github.com/ghoullier/bun-typescript-template/commit/ed141fe8943fc84f811cc650c69cbacee57cae58)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.15.4 to 0.16.1 ([#126](https://github.com/ghoullier/bun-typescript-template/issues/126)) ([4551c03](https://github.com/ghoullier/bun-typescript-template/commit/4551c030afb003544b6de7ba7c6fb09d67f4167b)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.16.1 to 0.16.2 ([#129](https://github.com/ghoullier/bun-typescript-template/issues/129)) ([9ba7f2e](https://github.com/ghoullier/bun-typescript-template/commit/9ba7f2e8e9f9db816072805a1290d2914234e0a7)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.16.2 to 0.16.4 ([#135](https://github.com/ghoullier/bun-typescript-template/issues/135)) ([8634380](https://github.com/ghoullier/bun-typescript-template/commit/8634380f3c42eeade4a38643eb8d8f8147a071c4)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 ([#156](https://github.com/ghoullier/bun-typescript-template/issues/156)) ([5783b76](https://github.com/ghoullier/bun-typescript-template/commit/5783b76570d169bc79fd79dd942c782665b1d6ad)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.17.0 to 0.17.1 ([#164](https://github.com/ghoullier/bun-typescript-template/issues/164)) ([a8e2ed2](https://github.com/ghoullier/bun-typescript-template/commit/a8e2ed2243bc200166fb774e2cd070cabbf23a58)) +* **deps-dev:** bump @arethetypeswrong/cli from 0.17.1 to 0.17.2 ([#167](https://github.com/ghoullier/bun-typescript-template/issues/167)) ([830bb93](https://github.com/ghoullier/bun-typescript-template/commit/830bb93701a11bc7a4beeee2ad24caff89aa16a2)) +* **deps-dev:** bump @biomejs/biome from 1.6.0 to 1.6.1 ([#62](https://github.com/ghoullier/bun-typescript-template/issues/62)) ([196c50c](https://github.com/ghoullier/bun-typescript-template/commit/196c50c6ffd94851af838c06a6bd460b9bfd4b63)) +* **deps-dev:** bump @biomejs/biome from 1.6.1 to 1.6.2 ([#69](https://github.com/ghoullier/bun-typescript-template/issues/69)) ([231a4cd](https://github.com/ghoullier/bun-typescript-template/commit/231a4cd3f476bf2c121b4fc5700d3783022e2bbe)) +* **deps-dev:** bump @biomejs/biome from 1.6.2 to 1.6.3 ([#70](https://github.com/ghoullier/bun-typescript-template/issues/70)) ([81b8ef4](https://github.com/ghoullier/bun-typescript-template/commit/81b8ef43a802fa62e95aface087a8cb46ac951f9)) +* **deps-dev:** bump @biomejs/biome from 1.6.3 to 1.6.4 ([#75](https://github.com/ghoullier/bun-typescript-template/issues/75)) ([bd16546](https://github.com/ghoullier/bun-typescript-template/commit/bd165468e9ac9c73e460facd47abc9c4b7856308)) +* **deps-dev:** bump @biomejs/biome from 1.6.4 to 1.7.0 ([#81](https://github.com/ghoullier/bun-typescript-template/issues/81)) ([ee7bf45](https://github.com/ghoullier/bun-typescript-template/commit/ee7bf45b7eb19ca7c3df1d1225a0305cc608e47b)) +* **deps-dev:** bump @biomejs/biome from 1.7.0 to 1.7.1 ([#84](https://github.com/ghoullier/bun-typescript-template/issues/84)) ([e691e82](https://github.com/ghoullier/bun-typescript-template/commit/e691e827c08c5df3ab14e5b16e98702758823123)) +* **deps-dev:** bump @biomejs/biome from 1.7.1 to 1.7.2 ([#87](https://github.com/ghoullier/bun-typescript-template/issues/87)) ([56f8f82](https://github.com/ghoullier/bun-typescript-template/commit/56f8f82eb9a625e0ccc5b7ca815b06a071dcd49f)) +* **deps-dev:** bump @biomejs/biome from 1.7.2 to 1.7.3 ([#90](https://github.com/ghoullier/bun-typescript-template/issues/90)) ([39d28a6](https://github.com/ghoullier/bun-typescript-template/commit/39d28a6f9515f7cdf1633f5735714a619cde6299)) +* **deps-dev:** bump @biomejs/biome from 1.7.3 to 1.8.0 ([#98](https://github.com/ghoullier/bun-typescript-template/issues/98)) ([302fb00](https://github.com/ghoullier/bun-typescript-template/commit/302fb00e78f5863af5f7b950d492b44c5549fc2c)) +* **deps-dev:** bump @biomejs/biome from 1.8.0 to 1.8.1 ([#99](https://github.com/ghoullier/bun-typescript-template/issues/99)) ([d1a9854](https://github.com/ghoullier/bun-typescript-template/commit/d1a985492d120b479c78561c8b9634e04e1413d8)) +* **deps-dev:** bump @biomejs/biome from 1.8.1 to 1.8.2 ([#105](https://github.com/ghoullier/bun-typescript-template/issues/105)) ([117097a](https://github.com/ghoullier/bun-typescript-template/commit/117097ad23f7b6a107f6b60de4aa84e383fac731)) +* **deps-dev:** bump @biomejs/biome from 1.8.2 to 1.8.3 ([#109](https://github.com/ghoullier/bun-typescript-template/issues/109)) ([a0805fb](https://github.com/ghoullier/bun-typescript-template/commit/a0805fbba92bfbf2b114aebeb624e738cd42d9bc)) +* **deps-dev:** bump @biomejs/biome from 1.8.3 to 1.9.0 ([#134](https://github.com/ghoullier/bun-typescript-template/issues/134)) ([b46fb3c](https://github.com/ghoullier/bun-typescript-template/commit/b46fb3cb55c678ff522ff3d26ac5ff61124f9eaf)) +* **deps-dev:** bump @biomejs/biome from 1.9.0 to 1.9.1 ([#137](https://github.com/ghoullier/bun-typescript-template/issues/137)) ([ebc751a](https://github.com/ghoullier/bun-typescript-template/commit/ebc751a89fdda2f10720a620227183a6f202edfb)) +* **deps-dev:** bump @biomejs/biome from 1.9.1 to 1.9.2 ([#139](https://github.com/ghoullier/bun-typescript-template/issues/139)) ([2bbada4](https://github.com/ghoullier/bun-typescript-template/commit/2bbada43b8570934686623d8fb1132bed4165340)) +* **deps-dev:** bump @biomejs/biome from 1.9.2 to 1.9.3 ([#142](https://github.com/ghoullier/bun-typescript-template/issues/142)) ([d578b14](https://github.com/ghoullier/bun-typescript-template/commit/d578b1493abe254171a175c3c0452b4ca8d1e3c8)) +* **deps-dev:** bump @biomejs/biome from 1.9.3 to 1.9.4 ([#148](https://github.com/ghoullier/bun-typescript-template/issues/148)) ([81ab117](https://github.com/ghoullier/bun-typescript-template/commit/81ab11737535b511faffdada25dfff6c5d569f82)) +* **deps-dev:** bump @tsconfig/strictest from 2.0.3 to 2.0.4 ([#71](https://github.com/ghoullier/bun-typescript-template/issues/71)) ([85df1af](https://github.com/ghoullier/bun-typescript-template/commit/85df1af21d61a9436f0fab68f0cd840abb70fab4)) +* **deps-dev:** bump @tsconfig/strictest from 2.0.4 to 2.0.5 ([#73](https://github.com/ghoullier/bun-typescript-template/issues/73)) ([a3a17af](https://github.com/ghoullier/bun-typescript-template/commit/a3a17afd27bd9551f2c476628b316e765852f273)) +* **deps-dev:** bump @types/bun from 1.0.10 to 1.0.11 ([#72](https://github.com/ghoullier/bun-typescript-template/issues/72)) ([907ac3a](https://github.com/ghoullier/bun-typescript-template/commit/907ac3a29acf70f48e12a6cd5778971606cfe383)) +* **deps-dev:** bump @types/bun from 1.0.11 to 1.0.12 ([#74](https://github.com/ghoullier/bun-typescript-template/issues/74)) ([5fef377](https://github.com/ghoullier/bun-typescript-template/commit/5fef3775222e52a6b0fb200b5904d76a2b1e3b52)) +* **deps-dev:** bump @types/bun from 1.0.12 to 1.1.0 ([#82](https://github.com/ghoullier/bun-typescript-template/issues/82)) ([04e95d0](https://github.com/ghoullier/bun-typescript-template/commit/04e95d0584f1c3bbb8cecfad9e68c790dda7b179)) +* **deps-dev:** bump @types/bun from 1.0.8 to 1.0.10 ([#66](https://github.com/ghoullier/bun-typescript-template/issues/66)) ([c8f8183](https://github.com/ghoullier/bun-typescript-template/commit/c8f8183f4a999a5997abba8810dc6338924c616b)) +* **deps-dev:** bump @types/bun from 1.1.0 to 1.1.1 ([#88](https://github.com/ghoullier/bun-typescript-template/issues/88)) ([dba1d11](https://github.com/ghoullier/bun-typescript-template/commit/dba1d117c9ebd225fffc0d214b7ec21caf9bd031)) +* **deps-dev:** bump @types/bun from 1.1.1 to 1.1.2 ([#92](https://github.com/ghoullier/bun-typescript-template/issues/92)) ([1a2b569](https://github.com/ghoullier/bun-typescript-template/commit/1a2b56960a153d5a3d13211613af978250c407db)) +* **deps-dev:** bump @types/bun from 1.1.10 to 1.1.11 ([#146](https://github.com/ghoullier/bun-typescript-template/issues/146)) ([0e1da74](https://github.com/ghoullier/bun-typescript-template/commit/0e1da74dd865aeaa4f7588c3387719c354f0de6b)) +* **deps-dev:** bump @types/bun from 1.1.11 to 1.1.12 ([#151](https://github.com/ghoullier/bun-typescript-template/issues/151)) ([8d1cf9b](https://github.com/ghoullier/bun-typescript-template/commit/8d1cf9b6a3b6e4f81379c8dfb6eb35b8c555ecb1)) +* **deps-dev:** bump @types/bun from 1.1.12 to 1.1.13 ([#155](https://github.com/ghoullier/bun-typescript-template/issues/155)) ([703db12](https://github.com/ghoullier/bun-typescript-template/commit/703db1286c0e994c428da987752d27ca3fcd64b0)) +* **deps-dev:** bump @types/bun from 1.1.13 to 1.1.14 ([#161](https://github.com/ghoullier/bun-typescript-template/issues/161)) ([95ccc7c](https://github.com/ghoullier/bun-typescript-template/commit/95ccc7ced79a360a60336b3dd9b0f89d3cf39a56)) +* **deps-dev:** bump @types/bun from 1.1.2 to 1.1.3 ([#95](https://github.com/ghoullier/bun-typescript-template/issues/95)) ([2c98bf1](https://github.com/ghoullier/bun-typescript-template/commit/2c98bf1bc2e371c1c100ddbea1afda4190735ce5)) +* **deps-dev:** bump @types/bun from 1.1.3 to 1.1.4 ([#101](https://github.com/ghoullier/bun-typescript-template/issues/101)) ([80ac9a7](https://github.com/ghoullier/bun-typescript-template/commit/80ac9a7242b91ffb20ddd970cba7f90e801b350c)) +* **deps-dev:** bump @types/bun from 1.1.4 to 1.1.6 ([#112](https://github.com/ghoullier/bun-typescript-template/issues/112)) ([be52656](https://github.com/ghoullier/bun-typescript-template/commit/be52656107b63935ae59919c67ce537151abd59c)) +* **deps-dev:** bump @types/bun from 1.1.6 to 1.1.8 ([#125](https://github.com/ghoullier/bun-typescript-template/issues/125)) ([0271602](https://github.com/ghoullier/bun-typescript-template/commit/027160258f3820663dde041cfe61dcd86cf3da45)) +* **deps-dev:** bump @types/bun from 1.1.8 to 1.1.9 ([#133](https://github.com/ghoullier/bun-typescript-template/issues/133)) ([6d0a460](https://github.com/ghoullier/bun-typescript-template/commit/6d0a46083b49c94b285ecb4fc1f5b80eee0a6d3d)) +* **deps-dev:** bump @types/bun from 1.1.9 to 1.1.10 ([#141](https://github.com/ghoullier/bun-typescript-template/issues/141)) ([9908537](https://github.com/ghoullier/bun-typescript-template/commit/990853719acc8df759af3c7a1a5f95179e2271e1)) +* **deps-dev:** bump bun-types from 1.0.26 to 1.0.27 ([#46](https://github.com/ghoullier/bun-typescript-template/issues/46)) ([f833c8d](https://github.com/ghoullier/bun-typescript-template/commit/f833c8da64e4f51cc7e948aee80a164fe630b809)) +* **deps-dev:** bump bun-types from 1.0.27 to 1.0.28 ([#47](https://github.com/ghoullier/bun-typescript-template/issues/47)) ([dc4079c](https://github.com/ghoullier/bun-typescript-template/commit/dc4079c814b285186bac9631e4a29e15337d1ac0)) +* **deps-dev:** bump bun-types from 1.0.28 to 1.0.29 ([#51](https://github.com/ghoullier/bun-typescript-template/issues/51)) ([6d79a2f](https://github.com/ghoullier/bun-typescript-template/commit/6d79a2f44d2382409cafb2c985ccd84351381c08)) +* **deps-dev:** bump bun-types from 1.0.29 to 1.0.30 ([#55](https://github.com/ghoullier/bun-typescript-template/issues/55)) ([e118eae](https://github.com/ghoullier/bun-typescript-template/commit/e118eae21cbb8efb2cbe9eed12caff33f895f9ad)) +* **deps-dev:** bump bun-types from 1.0.30 to 1.0.31 ([#63](https://github.com/ghoullier/bun-typescript-template/issues/63)) ([679682d](https://github.com/ghoullier/bun-typescript-template/commit/679682d9164a76c0c745b9f4d7c836c5c66ae6ff)) +* **deps-dev:** bump bun-types from 1.0.31 to 1.0.33 ([#65](https://github.com/ghoullier/bun-typescript-template/issues/65)) ([cfb29be](https://github.com/ghoullier/bun-typescript-template/commit/cfb29bea69c4043fab3b9bb5aa5fb0d0ff93e9fb)) +* **deps-dev:** bump bun-types from 1.0.33 to 1.1.2 ([#78](https://github.com/ghoullier/bun-typescript-template/issues/78)) ([e95c125](https://github.com/ghoullier/bun-typescript-template/commit/e95c125bad721eff2ba5c17f89fd93b16969e1ec)) +* **deps-dev:** bump bun-types from 1.1.10 to 1.1.12 ([#97](https://github.com/ghoullier/bun-typescript-template/issues/97)) ([4d9649a](https://github.com/ghoullier/bun-typescript-template/commit/4d9649a6df047de05b03365d0fca5e02348f73b5)) +* **deps-dev:** bump bun-types from 1.1.12 to 1.1.13 ([#100](https://github.com/ghoullier/bun-typescript-template/issues/100)) ([998120b](https://github.com/ghoullier/bun-typescript-template/commit/998120b324e1d929f249d58a1e1555725b842054)) +* **deps-dev:** bump bun-types from 1.1.13 to 1.1.14 ([#102](https://github.com/ghoullier/bun-typescript-template/issues/102)) ([f407028](https://github.com/ghoullier/bun-typescript-template/commit/f40702883f3acd46e4cef760e9a917df2c2c1e7f)) +* **deps-dev:** bump bun-types from 1.1.14 to 1.1.15 ([#104](https://github.com/ghoullier/bun-typescript-template/issues/104)) ([f633668](https://github.com/ghoullier/bun-typescript-template/commit/f633668447166023be8ca845a8eee02c6f21e8e5)) +* **deps-dev:** bump bun-types from 1.1.15 to 1.1.16 ([#107](https://github.com/ghoullier/bun-typescript-template/issues/107)) ([2190ddf](https://github.com/ghoullier/bun-typescript-template/commit/2190ddf48c60c40ea10b5e70f2df870a61f4ca77)) +* **deps-dev:** bump bun-types from 1.1.16 to 1.1.17 ([#108](https://github.com/ghoullier/bun-typescript-template/issues/108)) ([860fe5c](https://github.com/ghoullier/bun-typescript-template/commit/860fe5c71031ff71187a85dd45631feedba9b8ad)) +* **deps-dev:** bump bun-types from 1.1.17 to 1.1.18 ([#113](https://github.com/ghoullier/bun-typescript-template/issues/113)) ([fbb8a5b](https://github.com/ghoullier/bun-typescript-template/commit/fbb8a5bea0e610ed65991284844e29f65e3ddd55)) +* **deps-dev:** bump bun-types from 1.1.18 to 1.1.20 ([#114](https://github.com/ghoullier/bun-typescript-template/issues/114)) ([1c3495b](https://github.com/ghoullier/bun-typescript-template/commit/1c3495b65626aba2e660e4d33550f4ebcae991af)) +* **deps-dev:** bump bun-types from 1.1.2 to 1.1.3 ([#79](https://github.com/ghoullier/bun-typescript-template/issues/79)) ([e55aed6](https://github.com/ghoullier/bun-typescript-template/commit/e55aed695e8be13f4ab9c691826bbbdafb16495b)) +* **deps-dev:** bump bun-types from 1.1.20 to 1.1.21 ([#117](https://github.com/ghoullier/bun-typescript-template/issues/117)) ([456954a](https://github.com/ghoullier/bun-typescript-template/commit/456954a25939cdf905b05a3758d57bde96a24d32)) +* **deps-dev:** bump bun-types from 1.1.21 to 1.1.22 ([#118](https://github.com/ghoullier/bun-typescript-template/issues/118)) ([edc1084](https://github.com/ghoullier/bun-typescript-template/commit/edc1084c02ea8e649b497b939da5e12314f55012)) +* **deps-dev:** bump bun-types from 1.1.22 to 1.1.24 ([#121](https://github.com/ghoullier/bun-typescript-template/issues/121)) ([7c97134](https://github.com/ghoullier/bun-typescript-template/commit/7c97134e1f1b7388f599fb1f759728507fee6abd)) +* **deps-dev:** bump bun-types from 1.1.24 to 1.1.25 ([#123](https://github.com/ghoullier/bun-typescript-template/issues/123)) ([f31b74b](https://github.com/ghoullier/bun-typescript-template/commit/f31b74b8ee94d63dc953b9796c26a50adedd3618)) +* **deps-dev:** bump bun-types from 1.1.25 to 1.1.26 ([#124](https://github.com/ghoullier/bun-typescript-template/issues/124)) ([5bbbed0](https://github.com/ghoullier/bun-typescript-template/commit/5bbbed0914a8efbbf1f100d83b47e9964e672077)) +* **deps-dev:** bump bun-types from 1.1.26 to 1.1.27 ([#131](https://github.com/ghoullier/bun-typescript-template/issues/131)) ([4f92b4d](https://github.com/ghoullier/bun-typescript-template/commit/4f92b4d5543d924554092fbceda29ebaf32e051e)) +* **deps-dev:** bump bun-types from 1.1.27 to 1.1.28 ([#138](https://github.com/ghoullier/bun-typescript-template/issues/138)) ([ad45c79](https://github.com/ghoullier/bun-typescript-template/commit/ad45c79d106f463739ed76914c44f2aa42fa1271)) +* **deps-dev:** bump bun-types from 1.1.28 to 1.1.29 ([#140](https://github.com/ghoullier/bun-typescript-template/issues/140)) ([e3d367d](https://github.com/ghoullier/bun-typescript-template/commit/e3d367d0b9e1811b379e30d335529355e06a83b2)) +* **deps-dev:** bump bun-types from 1.1.29 to 1.1.30 ([#144](https://github.com/ghoullier/bun-typescript-template/issues/144)) ([3dd7486](https://github.com/ghoullier/bun-typescript-template/commit/3dd748618796e4f2af3adfec1d1ad3b69d34a53c)) +* **deps-dev:** bump bun-types from 1.1.3 to 1.1.4 ([#83](https://github.com/ghoullier/bun-typescript-template/issues/83)) ([0cfb027](https://github.com/ghoullier/bun-typescript-template/commit/0cfb02755cd87472f3c7c3fcac497ee2442b4f99)) +* **deps-dev:** bump bun-types from 1.1.30 to 1.1.31 ([#149](https://github.com/ghoullier/bun-typescript-template/issues/149)) ([1705e79](https://github.com/ghoullier/bun-typescript-template/commit/1705e791f9c22f386a0e36c5aa428790ae9d0cee)) +* **deps-dev:** bump bun-types from 1.1.31 to 1.1.32 ([#150](https://github.com/ghoullier/bun-typescript-template/issues/150)) ([3d4e16c](https://github.com/ghoullier/bun-typescript-template/commit/3d4e16c98d523464c0ea17788134d209c564bdb4)) +* **deps-dev:** bump bun-types from 1.1.32 to 1.1.33 ([#153](https://github.com/ghoullier/bun-typescript-template/issues/153)) ([3eb6b8d](https://github.com/ghoullier/bun-typescript-template/commit/3eb6b8df96720e5fc45030ec02281e2107975977)) +* **deps-dev:** bump bun-types from 1.1.33 to 1.1.34 ([#154](https://github.com/ghoullier/bun-typescript-template/issues/154)) ([c38f487](https://github.com/ghoullier/bun-typescript-template/commit/c38f4875dd1bd795645488f3af5b4c01537bfa48)) +* **deps-dev:** bump bun-types from 1.1.34 to 1.1.35 ([#158](https://github.com/ghoullier/bun-typescript-template/issues/158)) ([9a117df](https://github.com/ghoullier/bun-typescript-template/commit/9a117df6347f1e0d4bbb735345ef19041df2da9a)) +* **deps-dev:** bump bun-types from 1.1.35 to 1.1.36 ([#159](https://github.com/ghoullier/bun-typescript-template/issues/159)) ([b1d4ce9](https://github.com/ghoullier/bun-typescript-template/commit/b1d4ce992a750e8689b258be157a79fa1fe3da53)) +* **deps-dev:** bump bun-types from 1.1.36 to 1.1.37 ([#162](https://github.com/ghoullier/bun-typescript-template/issues/162)) ([4b0d874](https://github.com/ghoullier/bun-typescript-template/commit/4b0d874d777ffc2cf72f8c1d3e5d72ed44945988)) +* **deps-dev:** bump bun-types from 1.1.37 to 1.1.38 ([#163](https://github.com/ghoullier/bun-typescript-template/issues/163)) ([fd66613](https://github.com/ghoullier/bun-typescript-template/commit/fd666137dc47d000adaf4de6fae592c76d476973)) +* **deps-dev:** bump bun-types from 1.1.38 to 1.1.39 ([#165](https://github.com/ghoullier/bun-typescript-template/issues/165)) ([a778453](https://github.com/ghoullier/bun-typescript-template/commit/a77845321d4ff4dc32094e29498ec421fd5f9c33)) +* **deps-dev:** bump bun-types from 1.1.39 to 1.1.40 ([#166](https://github.com/ghoullier/bun-typescript-template/issues/166)) ([7d4125a](https://github.com/ghoullier/bun-typescript-template/commit/7d4125a4682eb6427b190a9b875f0c409e46f435)) +* **deps-dev:** bump bun-types from 1.1.4 to 1.1.5 ([#85](https://github.com/ghoullier/bun-typescript-template/issues/85)) ([ee5c999](https://github.com/ghoullier/bun-typescript-template/commit/ee5c99911305801a3edc4972fdeb2e57370327c8)) +* **deps-dev:** bump bun-types from 1.1.40 to 1.1.41 ([#168](https://github.com/ghoullier/bun-typescript-template/issues/168)) ([97275f1](https://github.com/ghoullier/bun-typescript-template/commit/97275f1f5bb281da4456dc68abd175aa03035191)) +* **deps-dev:** bump bun-types from 1.1.41 to 1.1.42 ([#169](https://github.com/ghoullier/bun-typescript-template/issues/169)) ([92f233e](https://github.com/ghoullier/bun-typescript-template/commit/92f233ec2406cc54d7bcafe3e0c457dfd090b8ac)) +* **deps-dev:** bump bun-types from 1.1.5 to 1.1.6 ([#86](https://github.com/ghoullier/bun-typescript-template/issues/86)) ([0726d8e](https://github.com/ghoullier/bun-typescript-template/commit/0726d8e3af1d91209197dc5072ceca97f4bb1192)) +* **deps-dev:** bump bun-types from 1.1.6 to 1.1.7 ([#89](https://github.com/ghoullier/bun-typescript-template/issues/89)) ([76cb27e](https://github.com/ghoullier/bun-typescript-template/commit/76cb27ec2ef5e8f59fd79175d1c674743520a8dd)) +* **deps-dev:** bump bun-types from 1.1.7 to 1.1.8 ([#91](https://github.com/ghoullier/bun-typescript-template/issues/91)) ([c5ca73c](https://github.com/ghoullier/bun-typescript-template/commit/c5ca73c6ca7dfeacad83ac8a4635e23273c63336)) +* **deps-dev:** bump bun-types from 1.1.8 to 1.1.9 ([#94](https://github.com/ghoullier/bun-typescript-template/issues/94)) ([06b7b6f](https://github.com/ghoullier/bun-typescript-template/commit/06b7b6fc80c974b4d5eb4620d630103cf3199021)) +* **deps-dev:** bump bun-types from 1.1.9 to 1.1.10 ([#96](https://github.com/ghoullier/bun-typescript-template/issues/96)) ([d230fe2](https://github.com/ghoullier/bun-typescript-template/commit/d230fe26e80c1eae6a50e4241bd038a4a808ad56)) +* **deps-dev:** bump publint from 0.2.10 to 0.2.11 ([#136](https://github.com/ghoullier/bun-typescript-template/issues/136)) ([e701bfb](https://github.com/ghoullier/bun-typescript-template/commit/e701bfbfc759aec5edf2d560e181d286e565cb9c)) +* **deps-dev:** bump publint from 0.2.11 to 0.2.12 ([#152](https://github.com/ghoullier/bun-typescript-template/issues/152)) ([8e13002](https://github.com/ghoullier/bun-typescript-template/commit/8e13002b939f8230e7faa96877ca8d6c4126e259)) +* **deps-dev:** bump publint from 0.2.7 to 0.2.8 ([#93](https://github.com/ghoullier/bun-typescript-template/issues/93)) ([1ada9e7](https://github.com/ghoullier/bun-typescript-template/commit/1ada9e7459063fcb78f5cea5912551f9ce442212)) +* **deps-dev:** bump publint from 0.2.8 to 0.2.9 ([#115](https://github.com/ghoullier/bun-typescript-template/issues/115)) ([99de757](https://github.com/ghoullier/bun-typescript-template/commit/99de75745144ba07941d5942912636c7a73e56f0)) +* **deps-dev:** bump publint from 0.2.9 to 0.2.10 ([#122](https://github.com/ghoullier/bun-typescript-template/issues/122)) ([db95611](https://github.com/ghoullier/bun-typescript-template/commit/db95611a87a02822ab3a5d461f29974033df7fe0)) +* **deps-dev:** bump the eslint group with 1 update ([#50](https://github.com/ghoullier/bun-typescript-template/issues/50)) ([310ad98](https://github.com/ghoullier/bun-typescript-template/commit/310ad98f314769524501ef87988426ae7bc8588e)) +* **deps-dev:** bump the eslint group with 2 updates ([#41](https://github.com/ghoullier/bun-typescript-template/issues/41)) ([0a5c678](https://github.com/ghoullier/bun-typescript-template/commit/0a5c6786362c33de2d51eb871ba90b6cd9e5c79d)) +* **deps-dev:** bump the eslint group with 2 updates ([#45](https://github.com/ghoullier/bun-typescript-template/issues/45)) ([503a558](https://github.com/ghoullier/bun-typescript-template/commit/503a558442b1c8edfa82fadbf507e97af6cb7bad)) +* **deps-dev:** bump the eslint group with 2 updates ([#52](https://github.com/ghoullier/bun-typescript-template/issues/52)) ([073f311](https://github.com/ghoullier/bun-typescript-template/commit/073f3112f248e965e4a28ffdc4027ca094ec7c49)) +* **deps-dev:** bump the eslint group with 2 updates ([#54](https://github.com/ghoullier/bun-typescript-template/issues/54)) ([9c97197](https://github.com/ghoullier/bun-typescript-template/commit/9c97197948fa9b7d8ea99c27afe1f759ae0f3489)) +* **deps-dev:** bump typescript from 5.3.3 to 5.4.2 ([#56](https://github.com/ghoullier/bun-typescript-template/issues/56)) ([97002c3](https://github.com/ghoullier/bun-typescript-template/commit/97002c3d6c80b354d65e7c8fb882084fe7515968)) +* **deps-dev:** bump typescript from 5.4.2 to 5.4.3 ([#67](https://github.com/ghoullier/bun-typescript-template/issues/67)) ([fbe9df3](https://github.com/ghoullier/bun-typescript-template/commit/fbe9df3715bb39260a1e8e30584367319110f498)) +* **deps-dev:** bump typescript from 5.4.3 to 5.4.4 ([#76](https://github.com/ghoullier/bun-typescript-template/issues/76)) ([bad1370](https://github.com/ghoullier/bun-typescript-template/commit/bad13700e3a04c3c1796816acf4712ad3e1f80de)) +* **deps-dev:** bump typescript from 5.4.4 to 5.4.5 ([#80](https://github.com/ghoullier/bun-typescript-template/issues/80)) ([90b4766](https://github.com/ghoullier/bun-typescript-template/commit/90b47666426c2fe7745c1a9916ea6435b86031d2)) +* **deps-dev:** bump typescript from 5.4.5 to 5.5.2 ([#106](https://github.com/ghoullier/bun-typescript-template/issues/106)) ([84326b3](https://github.com/ghoullier/bun-typescript-template/commit/84326b3b5ead4cd7b97a42c6eed982bc4df0dc35)) +* **deps-dev:** bump typescript from 5.5.2 to 5.5.3 ([#110](https://github.com/ghoullier/bun-typescript-template/issues/110)) ([fb0bc6b](https://github.com/ghoullier/bun-typescript-template/commit/fb0bc6b9e4dd7ef41ec8350cda6ffd3b45508663)) +* **deps-dev:** bump typescript from 5.5.3 to 5.5.4 ([#116](https://github.com/ghoullier/bun-typescript-template/issues/116)) ([e142c60](https://github.com/ghoullier/bun-typescript-template/commit/e142c60baaba08b7811e38d09e234ebe477d742d)) +* **deps-dev:** bump typescript from 5.5.4 to 5.6.2 ([#130](https://github.com/ghoullier/bun-typescript-template/issues/130)) ([a5b0139](https://github.com/ghoullier/bun-typescript-template/commit/a5b01393f9c5034058ff6deaa0e2e3025fecbef0)) +* **deps-dev:** bump typescript from 5.6.2 to 5.6.3 ([#145](https://github.com/ghoullier/bun-typescript-template/issues/145)) ([ec7e77b](https://github.com/ghoullier/bun-typescript-template/commit/ec7e77b589b2e69759c18a68bca8559822bee2ea)) +* **deps-dev:** bump typescript from 5.6.3 to 5.7.2 ([#160](https://github.com/ghoullier/bun-typescript-template/issues/160)) ([f1db792](https://github.com/ghoullier/bun-typescript-template/commit/f1db79292532bb3006dd266ec98b6f417d6a9981)) +* migrate from `eslint` to `biome` ([#58](https://github.com/ghoullier/bun-typescript-template/issues/58)) ([14bec7e](https://github.com/ghoullier/bun-typescript-template/commit/14bec7ea2a3f41b82fc1881a0bc31aa60a11c191)) +* update jsr config ([#132](https://github.com/ghoullier/bun-typescript-template/issues/132)) ([63cd097](https://github.com/ghoullier/bun-typescript-template/commit/63cd097fb555cef9e90a0118086f0121f01959ec)) + ## 1.0.0 (2024-02-10) diff --git a/package.json b/package.json index f4dba91..165b932 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ghoullier/bun-typescript-template", "description": "Provide a modern and ready to use template to setup a typescript project", - "version": "1.0.0", + "version": "1.1.0", "type": "module", "scripts": { "build:lib": "bun build --minify --outdir=dist src/index.ts", @@ -13,7 +13,10 @@ "lint:package": "publint .", "lint:fix": "biome check --write --unsafe" }, - "files": ["dist", "package.json"], + "files": [ + "dist", + "package.json" + ], "exports": { ".": { "types": "./dist/index.d.ts",