Skip to content

Commit

Permalink
Merge pull request #265 from standard/release/12.0.1
Browse files Browse the repository at this point in the history
chore(release): v12.0.1
  • Loading branch information
LinusU committed Oct 6, 2022
2 parents eee0fb5 + 7c5b3d7 commit 01879c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 13.0.0 - Pending

## 12.0.1

- **Fix:** Process `--version` Flag Directly without the need of `--project` option [(#264)](https://github.com/standard/ts-standard/pull/264).

## 12.0.0

- **BREAKING:** Major rewrite of `ts-standard` to follow the structure of other `standard` engines (like `standard`, `semistandard`, `standardx`).
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-standard",
"description": "TypeScript Standard Style based on StandardJS",
"version": "12.0.0",
"version": "12.0.1",
"main": "./index.js",
"type": "module",
"bin": {
Expand Down Expand Up @@ -42,7 +42,9 @@
"tslint"
],
"ts-standard": {
"ignore": ["test/fixtures/*.ts"]
"ignore": [
"test/fixtures/*.ts"
]
},
"scripts": {
"lint:standard": "standard",
Expand Down

0 comments on commit 01879c3

Please sign in to comment.