Skip to content

Commit 489e8ea

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-05-23) ### Bug Fixes * automerge ([fd90272](fd90272)) * automerge ([6e6fb36](6e6fb36)) * boilerplate ([0c8a71b](0c8a71b)) * build ([474938a](474938a)) * cheerio ([0f83d3a](0f83d3a)) * command ([cc09bdc](cc09bdc)) * command ([525fedc](525fedc)) * config ([c5c4089](c5c4089)) * dep ([db31f17](db31f17)) * dep ([cc18798](cc18798)) * **deps:** update dependency dotenv to v16.0.3 ([5691cd0](5691cd0)) * develop ([33329c5](33329c5)) * doc ([2f1da92](2f1da92)) * eslint config ([c51d520](c51d520)) * **eslint:** config ([110be46](110be46)) * gitattribute ([85ad255](85ad255)) * jest config ([0a32dad](0a32dad)) * jest upgrade ([2b94dae](2b94dae)) * jest upgrade ([484def9](484def9)) * jest upgrade ([e6d6b05](e6d6b05)) * jest upgrade ([e697101](e697101)) * lib ([fa0194d](fa0194d)) * lint-staged ([44cf101](44cf101)) * readme ([f00f5cc](f00f5cc)) * remove dotenv ([71a24f1](71a24f1)) * remove js ([77408d8](77408d8)) * remove renoate ([7e1ec50](7e1ec50)) * tsconfig ([918af64](918af64)) * tsconfig ([aed0c36](aed0c36)) ### Features * add config for esm ([6d0cd66](6d0cd66)) * add declaration ([2a6e17a](2a6e17a)) * add function ([cfb3fdb](cfb3fdb)) * add husky + lint-staged ([63de188](63de188)) * add renovate ([d119d05](d119d05)) * add test ([88d9137](88d9137)) * add ts-node with swc for dev ([65a4b37](65a4b37)) * automerge ([097ad57](097ad57)) * automerge dependabot ([0b41680](0b41680)) * package.json ([91484dd](91484dd))
1 parent 04dcddd commit 489e8ea

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# 1.0.0 (2023-05-23)
2+
3+
### Bug Fixes
4+
5+
- automerge ([fd90272](https://github.com/maxgfr/typescript-swc-starter/commit/fd902727b2305e6762ba4c62e34f95a89e3d41b3))
6+
- automerge ([6e6fb36](https://github.com/maxgfr/typescript-swc-starter/commit/6e6fb3682ef347b06ef91f442b1ad43dfaacdb1d))
7+
- boilerplate ([0c8a71b](https://github.com/maxgfr/typescript-swc-starter/commit/0c8a71b6ab4ac5e1650e6ad2fc2f161ab8c85a57))
8+
- build ([474938a](https://github.com/maxgfr/typescript-swc-starter/commit/474938ab43582df03069c94bbe1b7273344e9fc7))
9+
- cheerio ([0f83d3a](https://github.com/maxgfr/typescript-swc-starter/commit/0f83d3a7a6f4a4207301be34828630a78ddbfcaf))
10+
- command ([cc09bdc](https://github.com/maxgfr/typescript-swc-starter/commit/cc09bdc7f3399ea8cfb444c82b3518d53c002bcf))
11+
- command ([525fedc](https://github.com/maxgfr/typescript-swc-starter/commit/525fedca10955c417ce9b0ae77b19d6cc5cd7625))
12+
- config ([c5c4089](https://github.com/maxgfr/typescript-swc-starter/commit/c5c4089b020dd0bc658c160abb955a5bfce6d48f))
13+
- dep ([db31f17](https://github.com/maxgfr/typescript-swc-starter/commit/db31f179aae0f887fdca5512a827a5e0a5e95c10))
14+
- dep ([cc18798](https://github.com/maxgfr/typescript-swc-starter/commit/cc187981dbf922bcd6d27ed34e135a3c4c689a4c))
15+
- **deps:** update dependency dotenv to v16.0.3 ([5691cd0](https://github.com/maxgfr/typescript-swc-starter/commit/5691cd0d7e78161db47ef29725d24e2633c48f0c))
16+
- develop ([33329c5](https://github.com/maxgfr/typescript-swc-starter/commit/33329c5500463526d56ed02d2aecdd99bb809d4c))
17+
- doc ([2f1da92](https://github.com/maxgfr/typescript-swc-starter/commit/2f1da925da6f87f32cca0329af4681a3fcdb8110))
18+
- eslint config ([c51d520](https://github.com/maxgfr/typescript-swc-starter/commit/c51d52008473d9684558d815c3580c53c2d8a1d7))
19+
- **eslint:** config ([110be46](https://github.com/maxgfr/typescript-swc-starter/commit/110be46e4b124b633c8c0e66d8e358da1e0797d8))
20+
- gitattribute ([85ad255](https://github.com/maxgfr/typescript-swc-starter/commit/85ad25553ef55b4d9410ffe7313ef443f2f78386))
21+
- jest config ([0a32dad](https://github.com/maxgfr/typescript-swc-starter/commit/0a32dad79f3a46a7a923e9eeba64e40d6c2ebdd6))
22+
- jest upgrade ([2b94dae](https://github.com/maxgfr/typescript-swc-starter/commit/2b94dae4df91e7584adda5d3566af87ac0eb0ad1))
23+
- jest upgrade ([484def9](https://github.com/maxgfr/typescript-swc-starter/commit/484def993fdbce770d4912bd6bf686fc935e80cf))
24+
- jest upgrade ([e6d6b05](https://github.com/maxgfr/typescript-swc-starter/commit/e6d6b05f677738f652f81ddc51bd2a215616e981))
25+
- jest upgrade ([e697101](https://github.com/maxgfr/typescript-swc-starter/commit/e6971012c03d166fa7e30b5700df553d451fff1c))
26+
- lib ([fa0194d](https://github.com/maxgfr/typescript-swc-starter/commit/fa0194d97ad01fb8c82414abd1c0e5af6f02b62c))
27+
- lint-staged ([44cf101](https://github.com/maxgfr/typescript-swc-starter/commit/44cf101bae09875bc60731118386248fe8a7834c))
28+
- readme ([f00f5cc](https://github.com/maxgfr/typescript-swc-starter/commit/f00f5ccaa68ade78ac1c87b27b5170404d603325))
29+
- remove dotenv ([71a24f1](https://github.com/maxgfr/typescript-swc-starter/commit/71a24f1e1be269c3fd7cb1061af5ac1e8638a761))
30+
- remove js ([77408d8](https://github.com/maxgfr/typescript-swc-starter/commit/77408d8ab0f9958efdead4f25635ea3da0c59a6a))
31+
- remove renoate ([7e1ec50](https://github.com/maxgfr/typescript-swc-starter/commit/7e1ec50442e3ba7762034cc8dace943e3dbf4a91))
32+
- tsconfig ([918af64](https://github.com/maxgfr/typescript-swc-starter/commit/918af64f005868542e220edbbf4ad2cea0658ab6))
33+
- tsconfig ([aed0c36](https://github.com/maxgfr/typescript-swc-starter/commit/aed0c36ea5d0a4399fb6682211bbc8faf4cbbb31))
34+
35+
### Features
36+
37+
- add config for esm ([6d0cd66](https://github.com/maxgfr/typescript-swc-starter/commit/6d0cd66fc57f5cc15b6f189ccc61a1659f91c426))
38+
- add declaration ([2a6e17a](https://github.com/maxgfr/typescript-swc-starter/commit/2a6e17a7743ece81cab80cc619de31e571aa572d))
39+
- add function ([cfb3fdb](https://github.com/maxgfr/typescript-swc-starter/commit/cfb3fdb3846b1d4532c0b04238fd473d1a344d38))
40+
- add husky + lint-staged ([63de188](https://github.com/maxgfr/typescript-swc-starter/commit/63de188b77056d309c30125716087d7cec958c81))
41+
- add renovate ([d119d05](https://github.com/maxgfr/typescript-swc-starter/commit/d119d05a1c0af4c3cff8b2ddf716026048d64070))
42+
- add test ([88d9137](https://github.com/maxgfr/typescript-swc-starter/commit/88d91376dadfd1376c99618faa0014457d0e99b6))
43+
- add ts-node with swc for dev ([65a4b37](https://github.com/maxgfr/typescript-swc-starter/commit/65a4b37f782dc7ec7a12f5c50a992c2ac7428234))
44+
- automerge ([097ad57](https://github.com/maxgfr/typescript-swc-starter/commit/097ad57f0f74895cd95e4467ef2f445e0f56999a))
45+
- automerge dependabot ([0b41680](https://github.com/maxgfr/typescript-swc-starter/commit/0b4168025e931d234ebcf73bff7a51dd7e7cfca2))
46+
- package.json ([91484dd](https://github.com/maxgfr/typescript-swc-starter/commit/91484ddf898c308dbbbda512dd6b38c0b608b449))

0 commit comments

Comments
 (0)