Skip to content

Commit

Permalink
roll v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Nov 24, 2016
1 parent e3a89b3 commit 99ef90b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 0.2.0, 2016.11.24

* Change source file to use ES6 module instead of CommonJS and add `jsnext:main` entry to `package.json`
* Publish source file with [npm](http://npmjs.com) package
* Switch to latest version of [ESLint](http://eslint.org)

## Version 0.1.1, 2016.09.21

* Change [Bower](https://bower.io) package name to `skelp-oopsy` to avoid conflict with existing package
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skelp-oopsy",
"version": "0.1.1",
"version": "0.2.0",
"description": "Simple OOP for JavaScript",
"homepage": "https://github.com/Skelp/oopsy",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/oopsy.min.js

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": "oopsy",
"version": "0.1.1",
"version": "0.2.0",
"description": "Simple OOP for JavaScript",
"homepage": "https://github.com/Skelp/oopsy",
"bugs": {
Expand Down

0 comments on commit 99ef90b

Please sign in to comment.