Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 20, 2017
1 parent 6d3cafc commit 1cc54f4
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.0"></a>
# [1.2.0](https://github.com/ybiquitous/backbone.deepmodel/compare/v1.1.0...v1.2.0) (2017-08-20)


### Features

* move backbone from dependencies to peerDependencies ([#149](https://github.com/ybiquitous/backbone.deepmodel/issues/149)) ([5b63f35](https://github.com/ybiquitous/backbone.deepmodel/commit/5b63f35))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/ybiquitous/backbone.deepmodel/compare/v1.1.0-alpha.0...v1.1.0) (2017-06-15)

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.0' }

/**
* 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.1.0",
"version": "1.2.0",
"description": "Backbone.DeepModel plugin",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1cc54f4

Please sign in to comment.