Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 21, 2017
1 parent a5649b9 commit 4f4f39d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.1"></a>
## [1.2.1](https://github.com/ybiquitous/backbone.deepmodel/compare/v1.2.0...v1.2.1) (2017-08-21)


### Bug Fixes

* **travis:** missing distribution files on npm registry ([b76233f](https://github.com/ybiquitous/backbone.deepmodel/commit/b76233f))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/ybiquitous/backbone.deepmodel/compare/v1.1.0...v1.2.0) (2017-08-20)

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class DeepModel extends Backbone.Model {
/**
* this module's version.
*/
static get VERSION() { return '0.0.0' }
static get VERSION() { return '1.2.1' }

/**
* Update default settings.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.deepmodel",
"version": "1.2.0",
"version": "1.2.1",
"description": "Backbone.DeepModel plugin",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 4f4f39d

Please sign in to comment.