Skip to content

Commit

Permalink
updated changelog, added beta to version, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
guyroyse committed Mar 7, 2023
1 parent 5777b6c commit 1a4db2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and Redis OM adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.4.0 - 2023-02-17
## 0.4.0 - 2023-03-07
### Added
- Added methods to *Repository* to allow you to provide your own *entityId* instead of relying on a generated one.
- Added support for Redis clustering by passing in a Node Redis connection created with `createCluster`.
- Added better and more meaningful exceptions.

### Changed
- *Schema* now supports nested JSON via the `path` option.
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": "redis-om",
"version": "0.4.0",
"version": "0.4.0-beta.1",
"description": "Object mapping, and more, for Redis and Node.js. Written in TypeScript.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export default defineConfig({
"$lib": path.resolve(__dirname, "./lib"),
},
},
})
})

0 comments on commit 1a4db2c

Please sign in to comment.