Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 76b4d42

Browse files
committed
Docs: Release info
1 parent 0c76467 commit 76b4d42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v22.0.0 - January 18, 2019
2+
3+
* [`0c76467`](https://github.com/eslint/typescript-eslint-parser/commit/0c7646754aae00c7c7beed69a67704082e78aabb) Docs: Update README with deprecation notice (#602) (Nicholas C. Zakas)
4+
* [`26348b6`](https://github.com/eslint/typescript-eslint-parser/commit/26348b69afe52e5a170799c0dc14357609cc51fd) Docs: Update README.md regarding migration (#600) (James Henry)
5+
* [`a8fee90`](https://github.com/eslint/typescript-eslint-parser/commit/a8fee9089306b9fc890dd9275cbc7f3988fcccda) Fix: sourceType not correctly set in AST when provided in options. (#583) (Armano)
6+
* [`567e8db`](https://github.com/eslint/typescript-eslint-parser/commit/567e8dbcfdc44702b3acfac4bf311397a26dfee5) Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596) (Armano)
7+
18
v21.0.2 - December 3, 2018
29

310
* [`fed0a5a`](https://github.com/eslint/typescript-eslint-parser/commit/fed0a5a4bc7b3c6a242081adf91af50e848fcf62) Docs: Update README.md (#567) (dudiharush)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
55
"homepage": "https://github.com/eslint/typescript-eslint-parser",
66
"main": "parser.js",
7-
"version": "21.0.2",
7+
"version": "22.0.0",
88
"files": [
99
"parser.js",
1010
"analyze-scope.js",

0 commit comments

Comments
 (0)