Skip to content

Commit

Permalink
ci(release): ts auto mock new version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typescripttdd authored and typescripttdd committed Jul 5, 2020
1 parent 82bf1b8 commit b3ca51c
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

## [2.3.1](https://github.com/Typescript-TDD/ts-auto-mock/compare/2.3.0...2.3.1) (2020-07-05)


### Bug Fixes

* upgrade typescript from 3.9.3 to 3.9.5 ([82bf1b8](https://github.com/Typescript-TDD/ts-auto-mock/commit/82bf1b83b06545787817dad81bf5ad98860bf09a))

# [2.3.0](https://github.com/Typescript-TDD/ts-auto-mock/compare/2.2.8...2.3.0) (2020-06-27)


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": "2.3.0",
"version": "2.3.1",
"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 b3ca51c

Please sign in to comment.