Skip to content

Commit

Permalink
chore(release): publish 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTsitlakidis committed Jun 4, 2024
1 parent 022b28f commit e8ca5f0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 3.0.0 (2024-06-04)


### 🚀 Features

- ⚠️ Renaming EventProcessor decorator to ApplyEvent. ([22f4f71](https://github.com/NickTsitlakidis/event-nest/commit/22f4f71))
- Removing uuid library dependency and using native crypto random uuid function. ([01e2860](https://github.com/NickTsitlakidis/event-nest/commit/01e2860))
- ⚠️ Setting minimum node version to 18.x ([be5b68c](https://github.com/NickTsitlakidis/event-nest/commit/be5b68c))

### 🩹 Fixes

- Appended events are not cleared if the commit operation fails ([13234f4](https://github.com/NickTsitlakidis/event-nest/commit/13234f4))

#### ⚠️ Breaking Changes

- ⚠️ Renaming EventProcessor decorator to ApplyEvent. ([22f4f71](https://github.com/NickTsitlakidis/event-nest/commit/22f4f71))
- ⚠️ Setting minimum node version to 18.x ([be5b68c](https://github.com/NickTsitlakidis/event-nest/commit/be5b68c))

### ❤️ Thank You

- Nick Tsitlakidis
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-nest/core",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"author": "Nick Tsitlakidis",
"description": "Event sourcing module for NestJS. It provides a set of decorators and classes to build an application based on event sourcing.",
Expand Down
2 changes: 1 addition & 1 deletion libs/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-nest/mongodb",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"description": "Event sourcing module for NestJS using MongoDB. It uses MongoDB collections and transactions to store events and object information",
"author": "Nick Tsitlakidis",
Expand Down
2 changes: 1 addition & 1 deletion libs/postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-nest/postgresql",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"description": "Event sourcing module for NestJS using PostgreSQL. It uses SQL tables and transactions to store events",
"author": "Nick Tsitlakidis",
Expand Down

0 comments on commit e8ca5f0

Please sign in to comment.