Skip to content

Commit

Permalink
ci(release): ts auto mock new version 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
typescripttdd authored and typescripttdd committed Aug 8, 2021
1 parent 69e52e1 commit a390748
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

## [3.3.5](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.3.4...3.3.5) (2021-08-08)


### Performance Improvements

* **typescript:** upgrade to latest version of typescript ([69e52e1](https://github.com/Typescript-TDD/ts-auto-mock/commit/69e52e1a80074492ba8cd17ca3b9108511622fd9))

## [3.3.4](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.3.3...3.3.4) (2021-08-08)


Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-auto-mock",
"version": "3.3.4",
"version": "3.3.5",
"description": "Typescript transformer to unlock automatic mock creation for interfaces and classes",
"scripts": {
"build": "npm run build:modules && npm run build:transformer",
Expand Down

0 comments on commit a390748

Please sign in to comment.