Skip to content

Commit

Permalink
chore(release): 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 22, 2021
1 parent 7504aed commit 68476b7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/bootstrap",
"version": "0.12.0",
"version": "0.12.1",
"description": "API for getting quickly set up with the TypeScript Compiler API.",
"keywords": ["typescript", "compiler", "bootstrap"],
"main": "dist/ts-morph-bootstrap.js",
Expand All @@ -20,7 +20,7 @@
"rollup": "rollup -c"
},
"dependencies": {
"@ts-morph/common": "~0.12.0"
"@ts-morph/common": "~0.12.1"
},
"devDependencies": {
"@types/chai": "^4.2.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/common",
"version": "0.12.0",
"version": "0.12.1",
"description": "Common functionality for ts-morph packages.",
"main": "dist/ts-morph-common.js",
"author": "David Sherret",
Expand Down
12 changes: 12 additions & 0 deletions packages/ts-morph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="13.0.1"></a>
## [13.0.1](https://github.com/dsherret/ts-morph/compare/13.0.0...13.0.1) (2021-11-22)


### Bug Fixes

* Regression in `getReferencingNodesInOtherSourceFiles` with source files not marked as in the project ([7504aed](https://github.com/dsherret/ts-morph/commit/7504aed)), closes [#1227](https://github.com/dsherret/ts-morph/issues/1227) [#1195](https://github.com/dsherret/ts-morph/issues/1195)
* Surface read file errors instead of ignoring them ([760fe8c](https://github.com/dsherret/ts-morph/commit/760fe8c))
* Align `getScriptSnapshot` compiler host libFileMap behaviour with `readFile` ([9e84d72](https://github.com/dsherret/ts-morph/commit/9e84d72))



<a name="13.0.0"></a>
# [13.0.0](https://github.com/dsherret/ts-morph/compare/12.2.0...13.0.0) (2021-11-20)

Expand Down
2 changes: 1 addition & 1 deletion packages/ts-morph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ts-morph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-morph",
"version": "13.0.0",
"version": "13.0.1",
"description": "TypeScript compiler wrapper for static analysis and code manipulation.",
"main": "dist/ts-morph.js",
"typings": "lib/ts-morph.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/dsherret/ts-morph#readme",
"dependencies": {
"@ts-morph/common": "~0.12.0",
"@ts-morph/common": "~0.12.1",
"code-block-writer": "^11.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 68476b7

Please sign in to comment.