Skip to content

Commit

Permalink
Merge pull request #29 from tim-s-ccs/release-0.6.0
Browse files Browse the repository at this point in the history
Release v0.6.0
  • Loading branch information
tim-s-ccs authored Feb 21, 2022
2 parents f03409c + 869246d commit ecd055c
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.6.0 (Pre Release)
- Add the `Request` object as an attribute on the active model [#PR 28](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/28)

## 0.5.0 (Pre Release)
- Update and add some date helpers [#PR 26](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/26)

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.5.0",
"version": "0.6.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 ecd055c

Please sign in to comment.