Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeoverflow-org/nodecg-io-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: codeoverflow-org/nodecg-io-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on May 8, 2021

  1. fix: build ts in prepublishOnly instead of prepublish because npm

    Follow up on #12
    
    `prepublish` does not run on `npm publish` KEKW, only `prepublishOnly` does. Brilliant naming!
    hlxid committed May 8, 2021
    Configuration menu
    Copy the full SHA
    ab8cb09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from codeoverflow-org/fix/version-in-releases

    fix: build ts in prepublishOnly instead of prepublish because npm
    hlxid authored May 8, 2021
    Configuration menu
    Copy the full SHA
    4af21d7 View commit details
    Browse the repository at this point in the history
  3. chore(release): Release 0.1.2

    ## [0.1.2](v0.1.1...v0.1.2) (2021-05-08)
    
    ### Bug Fixes
    
    * build ts in prepublishOnly instead of prepublish because npm ([ab8cb09](ab8cb09)), closes [#12](#12)
    semantic-release-bot committed May 8, 2021
    Configuration menu
    Copy the full SHA
    5668899 View commit details
    Browse the repository at this point in the history
Loading