Skip to content

Commit

Permalink
Incrementing Versions for Tag Publishing of v0.7.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed Jan 22, 2020
1 parent 68032bd commit be31e3b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ process.exit();

## Change Log

#### Nightly
#### January, 2020 [v0.7.0](https://github.com/jonobr1/two.js/releases/tag/v0.7.0)
+ Exposed `resolution` parameter in `Two.makeCircle` and `Two.makeEllipse` as the final parameter
+ Made `Two.Circle` and `Two.Ellipse` recalculate controls points on `_update` and made vertex amounts cyclical [@adroitwhiz](https://github.com/adroitwhiz)
+ Added [ESLint](https://eslint.org/) scripts to development environment [@adroitwhiz](https://github.com/adroitwhiz)
Expand Down
6 changes: 3 additions & 3 deletions build/two.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2012 - 2019 jonobr1 / http://jonobr1.com
Copyright (c) 2012 - 2020 jonobr1 / http://jonobr1.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -466,13 +466,13 @@ SOFTWARE.
* @name Two.Version
* @property {String} - The current working version of the library.
*/
Version: 'v0.7.0-beta.4',
Version: 'v0.7.0',

/**
* @name Two.PublishDate
* @property {String} - The automatically generated publish date in the build process to verify version release candidates.
*/
PublishDate: '2019-12-25T23:17:57.437Z',
PublishDate: '2020-01-22T21:17:28.421Z',

/**
* @name Two.Identifier
Expand Down
2 changes: 1 addition & 1 deletion build/two.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/two.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2012 - 2019 jonobr1 / http://jonobr1.com
Copyright (c) 2012 - 2020 jonobr1 / http://jonobr1.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -466,13 +466,13 @@ SOFTWARE.
* @name Two.Version
* @property {String} - The current working version of the library.
*/
Version: 'v0.7.0-beta.4',
Version: 'v0.7.0',

/**
* @name Two.PublishDate
* @property {String} - The automatically generated publish date in the build process to verify version release candidates.
*/
PublishDate: '2019-12-25T23:17:57.437Z',
PublishDate: '2020-01-22T21:17:28.421Z',

/**
* @name Two.Identifier
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": "@jonobr1/two.js",
"version": "0.7.0-beta.4",
"version": "0.7.0",
"description": "A renderer agnostic two-dimensional drawing api for the web.",
"module": "build/two.module.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/two.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
* @name Two.Version
* @property {String} - The current working version of the library.
*/
Version: 'v0.7.0-beta.4',
Version: 'v0.7.0',

/**
* @name Two.PublishDate
Expand Down

0 comments on commit be31e3b

Please sign in to comment.