Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(release): 7.2.0
  • Loading branch information
dsherret committed Aug 9, 2020
1 parent ed764a7 commit 675c5ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/ts-morph/CHANGELOG.md
Expand Up @@ -2,6 +2,22 @@

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="7.2.0"></a>
# [7.2.0](https://github.com/dsherret/ts-morph/compare/7.1.3...7.2.0) (2020-08-09)


### Bug Fixes

* [#840](https://github.com/dsherret/ts-morph/issues/840) - Correctly add name to class without name and with extends or implements. ([ed764a7](https://github.com/dsherret/ts-morph/commit/ed764a7))


### Features

* add quotations around enums with invalid names ([#839](https://github.com/dsherret/ts-morph/issues/839)) ([affc253](https://github.com/dsherret/ts-morph/commit/affc253))
* Implement JSDocReadonlyTag and others ([abbf208](https://github.com/dsherret/ts-morph/commit/abbf208))



<a name="7.1.3"></a>
## [7.1.3](https://github.com/dsherret/ts-morph/compare/7.1.2...7.1.3) (2020-07-20)

Expand Down
2 changes: 1 addition & 1 deletion packages/ts-morph/package.json
@@ -1,6 +1,6 @@
{
"name": "ts-morph",
"version": "7.1.3",
"version": "7.2.0",
"description": "TypeScript compiler wrapper for static analysis and code manipulation.",
"main": "dist/ts-morph.js",
"typings": "lib/ts-morph.d.ts",
Expand Down

0 comments on commit 675c5ab

Please sign in to comment.