Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwmwong committed Sep 26, 2018
1 parent 8b189e8 commit eb12509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. This project adheres to
[Semantic Versioning](http://semver.org/).

## [0.12.1]
### Fixed
- Fix Date attribute serialization timezone issue. [#55](https://github.com/centro/transis/pull/55)
- Fix inability of subclasses to load associations. [#54](https://github.com/centro/transis/pull/54)

### Added
- Verify valid options object is provided to `prop()`. [#52](https://github.com/centro/transis/pull/52)


## [0.12.0]
### Changed
- Run a flush cycle before calling model promise callbacks. [#50](https://github.com/centro/transis/pull/50)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "transis",
"version": "0.12.0",
"version": "0.12.1",
"description": "A javascript data modeling library useful for creating rich client-side experiences.",
"main": "dist/index.js",
"repository": "https://github.com/centro/transis.git",
Expand Down

0 comments on commit eb12509

Please sign in to comment.