Skip to content

Commit

Permalink
Merge pull request #23 from tim-s-ccs/release-0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
tim-s-ccs authored Feb 10, 2022
2 parents 158170d + e1d9010 commit e61f4e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 0.4.0 (Pre Release)
- Add date validations and the ability to assign date attributes [#PR 21](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/21)

## 0.3.2 (Pre Release)
- Fix anothor issue with the assign attributes method and the static model validator[#PR 19](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/19)
- Fix anothor issue with the assign attributes method and the static model validator [#PR 19](https://github.com/tim-s-ccs/ccs-prototype-kit-model-interface/pull/19)

## 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)
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.2",
"version": "0.4.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 e61f4e1

Please sign in to comment.