Skip to content

Commit

Permalink
chore(release): 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 19, 2024
1 parent ed264eb commit e7cf367
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 1.3.3 (2024-10-19)

#### Bug Fixes

* docker container redirection (71e1fa76)

#### Documentation

* remove container after exec in docker example (ed264ebb)

#### Code Refactoring

* simplify by returning early (79938530)
* use objectmother instead of faker directly (63125dfc)

#### Styles

* sort import (145a9fa4)

#### Chores

* **release:** 1.3.2 (f5f4787b)

#### Build

* remove unused dep (6138a753)
* **deps:** bump the npm_and_yarn group with 4 updates (#148) (388795f1)


## 1.3.2 (2024-10-10)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"test": "vitest --exclude 'e2e'"
},
"type": "module",
"version": "1.3.2"
"version": "1.3.3"
}

0 comments on commit e7cf367

Please sign in to comment.