Skip to content

Commit

Permalink
(pub): publish v0.1.0
Browse files Browse the repository at this point in the history
- first official release

- v0.0.2 was the version released by @Carnewal; I'll be asking NPM to
  unpublish that, but v0.0.2 will no longer be usable
  - as that version is completely different, I will no longer be using
    the v0.0.x line so that there's no confusion
    - also because this version isn't a "patch" per se
    - it's not exactly a breaking change either since the previous
      version just didn't work and wasn't intended to be released
      because of that
      - in any case, semver supports breaking changes in a minor bump
        for pre-1.0.0 versions
  • Loading branch information
agilgur5 committed Feb 24, 2019
1 parent d267e2f commit 3c17eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physijs-webpack",
"version": "0.0.1",
"version": "0.1.0",
"description": "PhysiJS for webpack",
"main": "webpack.js",
"scripts": {
Expand Down

0 comments on commit 3c17eaa

Please sign in to comment.