Skip to content

Commit

Permalink
chore(changelog): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IJustDev committed Nov 13, 2023
1 parent 1b1581e commit 114b3c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 2023-11-13 - 0.2.0
### Breaking changes
- Getting rid of `Promises` and change to `RxJs`
### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@royalzsoftware/royal-data-ts",
"version": "0.1.10",
"version": "0.2.0",
"description": "🌟 Define your models and this package handle will handle the persistence",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -34,4 +34,4 @@
"dependencies": {
"rxjs": "^7.8.1"
}
}
}

0 comments on commit 114b3c2

Please sign in to comment.