Skip to content

Commit

Permalink
bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Oct 28, 2024
1 parent 4b5a738 commit 3ec32eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# CHANGELOG
## rustlike-result v0.5.1 (2024-10-28)
### Features

Add helpers for TypeORM:
- `typeormTransaction`

## rustlike-result v0.5.0 (2024-08-20)
### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustlike-result",
"version": "0.5.0",
"version": "0.5.1",
"description": "Rust-like Result for Javascript",
"exports": {
".": {
Expand Down

0 comments on commit 3ec32eb

Please sign in to comment.