Skip to content
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: xobotyi/cnbuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: xobotyi/cnbuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 17, 2020

  1. Copy the full SHA
    23538b4 View commit details
  2. chore(release): 2.2.0 [skip ci]

    # [2.2.0](v2.1.0...v2.2.0) (2020-02-17)
    
    ### Features
    
    * add prepublish build script so dist dir never lost; ([23538b4](23538b4))
    semantic-release-bot committed Feb 17, 2020
    Copy the full SHA
    5dd16b6 View commit details
Showing with 9 additions and 1 deletion.
  1. +7 −0 CHANGELOG.md
  2. +2 −1 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/xobotyi/cnbuilder/compare/v2.1.0...v2.2.0) (2020-02-17)


### Features

* add prepublish build script so dist dir never lost; ([23538b4](https://github.com/xobotyi/cnbuilder/commit/23538b4db4a8fc4d6297a8f94c9e01d4170a64a9))

# [2.1.0](https://github.com/xobotyi/cnbuilder/compare/v2.0.0...v2.1.0) (2020-02-17)


3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cnbuilder",
"description": "Yet another classname string builder (the fastest one)",
"version": "2.1.0",
"version": "2.2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"esnext": "dist/index.esnext.js",
@@ -56,6 +56,7 @@
"lint:types": "tsc --noEmit",
"build": "rimraf ./dist && rollup --config",
"test": "jest",
"prepublishOnly": "yarn build",
"semantic-release": "semantic-release"
},
"lint-staged": {