Skip to content

Commit

Permalink
Merge pull request #36 from tim-s-ccs/release-0.7.1
Browse files Browse the repository at this point in the history
Release v0.7.1
  • Loading branch information
tim-s-ccs authored Feb 22, 2022
2 parents c206ed6 + f79d477 commit acb3f96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

# 0.7.0 (Pre Release)
## 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)

## 0.7.0 (Pre Release)
- Add the ability to create new models while saving models [#PR 30](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/30)
- Add the ability to save when there is an array of models [#PR 31](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/31)
- Change IDs so they are strings for both static and active models [#PR 31](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/31) & [#PR 32](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/32)
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.0",
"version": "0.7.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 acb3f96

Please sign in to comment.