Skip to content

Commit

Permalink
Updating changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
tywalch committed Dec 18, 2022
1 parent 2ac0a2a commit 4ebdc4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,7 @@ All notable changes to this project will be documented in this file. Breaking ch
## [2.3.3] - 2022-11-28
### Fixed
- Issue #182: Addressed inconsistency with `remove` and `delete` functionality between `update` and `patch` methods.

## [2.3.4] - 2022-11-28
### Milestone
- First code contribution by user @NoahDavey
- First code contribution by user @NoahDavey (via [PR-197](https://github.com/tywalch/electrodb/pull/197)). Fixes boolean evaluation during upsert
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electrodb",
"version": "2.3.3",
"version": "2.3.4",
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4ebdc4c

Please sign in to comment.