Skip to content

Commit

Permalink
Merge pull request #41 from tim-s-ccs/release-0.8.1
Browse files Browse the repository at this point in the history
Release v0.8.1
  • Loading branch information
tim-s-ccs authored Feb 24, 2022
2 parents e8010c8 + db920e5 commit 338826f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.8.1 (Pre Release)
- Remove need to pass request object as it is an attribute in the model [#PR 40](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/40)

## 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)
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.8.0",
"version": "0.8.1",
"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 338826f

Please sign in to comment.