Skip to content

Commit

Permalink
chore(changelog): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IJustDev committed Nov 12, 2023
1 parent 7cabf90 commit 6484f98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Changelog

## 2023-11-12 - 0.1.4
### Fixes
- Separating the `HttpRepository<ModelType>` into several `HttpOperations`

## 2023-11-12 - 0.1.3
## Fixes
### Fixes
- ship local storage adapter for the `InMemoryRepository`

## 2023-11-12 - 0.1.2
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": "@royalzsoftware/royal-data-ts",
"version": "0.1.3",
"version": "0.1.4",
"description": "🌟 Define your models and this package handle will handle the persistence",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6484f98

Please sign in to comment.