@textlint/text-to-ast
Advanced tools
Comparing version 3.2.5 to 3.3.0
@@ -6,2 +6,29 @@ # Change Log | ||
<a name="3.3.0"></a> | ||
# [3.3.0](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.4...@textlint/text-to-ast@3.3.0) (2021-01-22) | ||
### Bug Fixes | ||
* fix tsconfig ([a722a6f](https://github.com/textlint/textlint/commit/a722a6f)) | ||
### Chores | ||
* **deps:** update minor updates ([2f3dcb6](https://github.com/textlint/textlint/commit/2f3dcb6)) | ||
* **deps:** update patch updates ([fe2ad4f](https://github.com/textlint/textlint/commit/fe2ad4f)) | ||
* **deps:** update patch updates ([e438ff2](https://github.com/textlint/textlint/commit/e438ff2)) | ||
* **deps:** update patch updates ([4f4c206](https://github.com/textlint/textlint/commit/4f4c206)) | ||
* **deps:** update TypeScript deps ([#705](https://github.com/textlint/textlint/issues/705)) ([1baa72a](https://github.com/textlint/textlint/commit/1baa72a)) | ||
* use [@monorepo-utils](https://github.com/monorepo-utils)/workspaces-to-typescript-project-references ([#699](https://github.com/textlint/textlint/issues/699)) ([eff1943](https://github.com/textlint/textlint/commit/eff1943)) | ||
### Features | ||
* **source-code-fixer:** add `[@textlint](https://github.com/textlint)/source-code-fixer` ([#736](https://github.com/textlint/textlint/issues/736)) ([bf7235a](https://github.com/textlint/textlint/commit/bf7235a)) | ||
<a name="3.2.5"></a> | ||
@@ -8,0 +35,0 @@ ## [3.2.5](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.4...@textlint/text-to-ast@3.2.5) (2020-12-22) |
{ | ||
"name": "@textlint/text-to-ast", | ||
"version": "3.2.5", | ||
"version": "3.3.0", | ||
"description": "Parse plain text to AST with location info.", | ||
@@ -43,6 +43,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.5" | ||
"@textlint/ast-node-types": "^4.4.0" | ||
}, | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.2.5", | ||
"@textlint/ast-tester": "^2.3.0", | ||
"cross-env": "^7.0.3", | ||
@@ -59,3 +59,3 @@ "eol-converter-cli": "^1.0.8", | ||
}, | ||
"gitHead": "281c00764dde530cf6fd42d0858111594fdf34af" | ||
"gitHead": "6277ea4811d52357721127eca260dfa95997d19d" | ||
} |
48598