Skip to content

Commit

Permalink
Merge pull request #18 from tim-s-ccs/release-0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
tim-s-ccs authored Feb 7, 2022
2 parents 1159021 + d34770f commit 4eeda6b
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.3.1 (Pre Release)
- Fix issue with the assign attributes method [#PR 17](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/17)

## 0.3.0 (Pre Release)
- There are now callback functions available for active models [#PR 15](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/15)

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.3.0",
"version": "0.3.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 4eeda6b

Please sign in to comment.