Skip to content

Commit

Permalink
[skip ci] chore: Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Nov 20, 2023
1 parent e381587 commit 3bd9011
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.6](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-11-20)

**Note:** Version bump only for package @tstv/eslint-config

## [3.1.5](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-09-20)

**Note:** Version bump only for package @tstv/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"fix": "npm run test -- --fix",
"test": "eslint -c ./.eslintrc.json --parser-options project:../tsconfig-common/tsconfig.json ../tsconfig-common/index.ts"
},
"version": "3.1.5"
"version": "3.1.6"
}
6 changes: 6 additions & 0 deletions packages/tsconfig-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.0](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-11-20)

### Features

- **tsconfig-common:** Support Import assertions ([6747baa](https://github.com/typescripttv/tsconfigs/commit/6747baa0bfe662f0b409a5944d52e5c200077473))

## [3.3.1](https://github.com/typescripttv/tsconfigs/compare/@tstv/[email protected]...@tstv/[email protected]) (2023-09-20)

**Note:** Version bump only for package @tstv/tsconfig-common
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"test:types": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig-react.json --noEmit"
},
"type": "module",
"version": "3.3.1"
"version": "3.4.0"
}

0 comments on commit 3bd9011

Please sign in to comment.