0.0.10 • Published 3 years ago

@snapview/sunrise v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Publish to npm

Normal commits will only be tested by CI - nothing more. To trigger publishing to npm, you need to push a tagged commit.

Here is how you do this:

  • increment version
    • patch
    $ npm version patch
    v0.0.10
    • minor
    $ npm version minor
    v0.1.0
    • major
    $ npm version major
    v1.0.0
  • npm has increased version number in package.json and package-lock.json and created a tagged commit with this new version number

  • now push commit and tag

    $ git push --follow-tags
    ...
    To github.com:snapview/sunrise.git
       90c4052..e0bc73d  master -> master
     * [new tag]         v0.0.9 -> v0.0.9
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago