Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Payne committed Feb 16, 2023
1 parent 10ec410 commit 844eef8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [v5.0.1](https://github.com/EventStore/EventStore-Client-NodeJS/compare/v5.0.0...v5.0.1) (2023-02-16)

## Bug Fixes

- Fix minor typo [View](https://github.com/EventStore/EventStore-Client-NodeJS/commit/8c13698e2e6b2847b2373ffa7c0a217ab8c501c7)
- Generate sourcemaps with build [View](https://github.com/EventStore/EventStore-Client-NodeJS/commit/9937ed91b3e6506c697f287f408497d013ce8738)

## Thanks

:tada: Thanks for @coffemakingtoaster for their contributions! :tada:

## [v5.0.0](https://github.com/EventStore/EventStore-Client-NodeJS/compare/v4.0.0...v5.0.0) (2022-11-04)

## 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": "@eventstore/db-client",
"version": "5.0.0",
"version": "5.0.1",
"description": "NodeJS EventStoreDB version 20+ and uses gRPC as the communication protocol.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 844eef8

Please sign in to comment.