Skip to content

Commit

Permalink
fix: fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro committed Oct 24, 2018
1 parent dd3bae9 commit d5be2c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
docker:
- image: node:latest
working_directory: ~/cli
steps:
- checkout
node-latest: &test
<<: *base
steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

## 0.21.1 (2018-10-24)

The first GA release. See documentation here: TODO
This is a test to make sure our 1.0.0 will stay on semantic release updates.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/core",
"version": "0.23.1",
"version": "0.21.1",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"license": "BSD-3-Clause",
Expand All @@ -15,7 +15,7 @@
"test": "npm run lint && nyc --reporter=lcov --reporter=text mocha \"test/**/*Test.ts\"",
"test-with-coverage": "npm run lint-report && scripts/unit-test-with-coverage.js",
"watch": "tsc -w -p tsconfig.json",
"semantic-release": "semantic-release"
"commit": "git-cz"
},
"keywords": [
"force",
Expand Down Expand Up @@ -48,8 +48,8 @@
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@salesforce/ts-sinon": "0.2.2",
"@salesforce/dev-config": "1.1.4",
"@salesforce/ts-sinon": "0.2.2",
"@types/chai": "4.0.4",
"@types/debug": "0.0.30",
"@types/jsen": "0.0.19",
Expand All @@ -60,6 +60,7 @@
"@types/shelljs": "0.7.8",
"@types/sinon": "4.3.2",
"chai": "4.1.1",
"commitizen": "^3.0.4",
"docdash": "0.4.0",
"husky": "^1.1.2",
"jsdoc": "3.5.5",
Expand Down

0 comments on commit d5be2c7

Please sign in to comment.