Skip to content

Commit 2c67a6b

Browse files
committed
chore(release): 11.0.0
1 parent 9c4293a commit 2c67a6b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/ts-morph/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
<a name="11.0.0"></a>
6+
# [11.0.0](https://github.com/dsherret/ts-morph/compare/10.1.0...11.0.0) (2021-05-26)
7+
8+
9+
### Features
10+
11+
* [#1156](https://github.com/dsherret/ts-morph/issues/1156) - Add `ReferenceFindableNode` to `ConstructorDeclaration`. ([e192d41](https://github.com/dsherret/ts-morph/commit/e192d41))
12+
* TypeScript 4.3 Support ([cd426a0](https://github.com/dsherret/ts-morph/commit/cd426a0))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Upgraded to TS 4.3.
18+
19+
20+
521
<a name="10.1.0"></a>
622
# [10.1.0](https://github.com/dsherret/ts-morph/compare/10.0.2...10.1.0) (2021-05-15)
723

packages/ts-morph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-morph",
3-
"version": "10.1.0",
3+
"version": "11.0.0",
44
"description": "TypeScript compiler wrapper for static analysis and code manipulation.",
55
"main": "dist/ts-morph.js",
66
"typings": "lib/ts-morph.d.ts",

0 commit comments

Comments
 (0)