Skip to content

Commit

Permalink
Merge pull request #39 from tim-s-ccs/release-0.8.0
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
tim-s-ccs authored Feb 24, 2022
2 parents 0f0afb8 + 37c3440 commit 650e1c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.8.0 (Pre Release)
- The data for active models can now automatically initialise [#PR 37](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/37)
- Assign attributes will create an active model if it does not exist [#PR 38](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/38)

## 0.7.1 (Pre Release)
- Add a period to string [#PR 34](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/34)
- Add a helper to calculate a date period in time [#PR 35](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/35)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccs-prototype-kit-model-interface",
"version": "0.7.1",
"version": "0.8.0",
"description": "An interface for the ccs-prototype-kit to allow for the use of a pseudo database and models",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 650e1c9

Please sign in to comment.