Skip to content

Commit

Permalink
ci(release): ts auto mock new version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typescripttdd authored and typescripttdd committed Apr 30, 2022
1 parent 4d6dbe6 commit 15adf4c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Versioning Changelog

# [3.6.0](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.5.1...3.6.0) (2022-04-30)


### Features

* **(dependencies:** update typescript to version 4.6.4 ([1a83487](https://github.com/Typescript-TDD/ts-auto-mock/commit/1a83487af1d2b9cb45849b2e37ec8e6f831281fa))
* **dependencies:** update winston to version 3.7.2 ([9286731](https://github.com/Typescript-TDD/ts-auto-mock/commit/9286731f980b8f0a71b0bf6168ed85f08c381943))

## [3.5.1](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.5.0...3.5.1) (2022-04-26)


Expand Down
4 changes: 2 additions & 2 deletions 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.5.1",
"version": "3.6.0",
"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 15adf4c

Please sign in to comment.