Skip to content

Commit df068e8

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-05-23) ### Bug Fixes * github action ([07962f2](07962f2)) * github action ([6df2593](6df2593)) * github action ([e5b116a](e5b116a)) * readme + eslintignore ([fd27db1](fd27db1)) ### Features * add cjs support for npm package ([1e9dba9](1e9dba9))
1 parent 07962f2 commit df068e8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/maxgfr/typescript-swc-starter/compare/v1.0.0...v1.1.0) (2023-05-23)
2+
3+
### Bug Fixes
4+
5+
- github action ([07962f2](https://github.com/maxgfr/typescript-swc-starter/commit/07962f211d7f6e2ee33535d902b1b15cdaa319fb))
6+
- github action ([6df2593](https://github.com/maxgfr/typescript-swc-starter/commit/6df2593e132e99f5d836f7b21182c18cbfbaaa74))
7+
- github action ([e5b116a](https://github.com/maxgfr/typescript-swc-starter/commit/e5b116ac38e44b2351825e2590a088aa78706dfc))
8+
- readme + eslintignore ([fd27db1](https://github.com/maxgfr/typescript-swc-starter/commit/fd27db15dfb02a9a036aaa11100b2dc3ffe45363))
9+
10+
### Features
11+
12+
- add cjs support for npm package ([1e9dba9](https://github.com/maxgfr/typescript-swc-starter/commit/1e9dba957a582ab5ce3a771c02962b3af728e8ab))
13+
114
# 1.0.0 (2023-05-23)
215

316
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-swc-starter",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "maxgfr",
66
"license": "MIT",
77
"description": "A minimalist typescript swc starter",

0 commit comments

Comments
 (0)