Skip to content

Commit

Permalink
chore(release): publish 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTsitlakidis committed Nov 30, 2024
1 parent f157b38 commit aef5783
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.3.2 (2024-11-30)

### 🩹 Fixes

- **core:** Fixing the class parameter in event store to allow private and protected constructors. ([f157b38](https://github.com/NickTsitlakidis/event-nest/commit/f157b38))

### ❤️ Thank You

- Nick Tsitlakidis

## 3.3.1 (2024-11-30)

### 🩹 Fixes
Expand Down
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": "3.3.1",
"version": "3.3.2",
"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": "3.3.1",
"version": "3.3.2",
"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": "3.3.1",
"version": "3.3.2",
"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 aef5783

Please sign in to comment.