Skip to content

Commit

Permalink
ci(release): ts auto mock new version 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
typescripttdd authored and typescripttdd committed Aug 24, 2024
1 parent 17db060 commit 141c985
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.7.4](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.7.3...3.7.4) (2024-08-24)


### Performance Improvements

* **dep:** update dependencies to latest version ([#1589](https://github.com/Typescript-TDD/ts-auto-mock/issues/1589)) ([17db060](https://github.com/Typescript-TDD/ts-auto-mock/commit/17db060e806f0294e4f55e558b0227fde5b9ea91))

## [3.7.3](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.7.2...3.7.3) (2024-04-13)


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.7.3",
"version": "3.7.4",
"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 141c985

Please sign in to comment.