Skip to content

Commit

Permalink
15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 3, 2022
1 parent a1c2a73 commit 33ab592
Show file tree
Hide file tree
Showing 7 changed files with 2,794 additions and 2,777 deletions.
4 changes: 2 additions & 2 deletions packages/bootstrap/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/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/bootstrap",
"version": "0.15.0",
"version": "0.16.0",
"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.15.0"
"@ts-morph/common": "~0.16.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@ts-morph/common",
"version": "0.15.0",
"version": "0.16.0",
"description": "Common functionality for ts-morph packages.",
"main": "dist/ts-morph-common.js",
"author": "David Sherret",
Expand Down
17 changes: 17 additions & 0 deletions packages/ts-morph/CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

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="15.1.0"></a>
# [15.1.0](https://github.com/dsherret/ts-morph/compare/15.0.0...15.1.0) (2022-06-03)


### Bug Fixes

* `DocumentSpan` should attempt to load the source file if it's not loaded yet ([#1291](https://github.com/dsherret/ts-morph/issues/1291)) ([1eda69c](https://github.com/dsherret/ts-morph/commit/1eda69c))
* included symlinked directories when reading a directory ([#1290](https://github.com/dsherret/ts-morph/issues/1290)) ([f1b4ea2](https://github.com/dsherret/ts-morph/commit/f1b4ea2))


### Features

* add Symbol.isOptional method ([#1285](https://github.com/dsherret/ts-morph/issues/1285)) ([c7f3512](https://github.com/dsherret/ts-morph/commit/c7f3512))
* add Type.isTemplateLiteral method ([#1288](https://github.com/dsherret/ts-morph/issues/1288)) ([284a7fd](https://github.com/dsherret/ts-morph/commit/284a7fd))



<a name="15.0.0"></a>
# [15.0.0](https://github.com/dsherret/ts-morph/compare/14.0.0...15.0.0) (2022-05-24)

Expand Down

0 comments on commit 33ab592

Please sign in to comment.