Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and youngcm2 committed Oct 20, 2022
1 parent 87f3b7e commit 7d76238
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2022-10-20)


### Bug Fixes

* removed console.logs ([792b619](https://github.com/swimlane/node-docker-reference/commit/792b61922c22e5416e4fa02edb1b888ee26e261a))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/docker-reference",
"version": "0.0.16",
"version": "1.0.0",
"description": "A node.js package to parse docker image reference",
"main": "index.js",
"types": "./dist/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"nifo": "rimraf node_modules && npm run bootstrap",
"bootstrap": "npm ci && npm run prepare",
"bootstrap": "npm ci && npm run prepare",
"prepare": "husky install",
"test": "mocha tests/**/*.spec.js",
"test:coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/**/*.spec.js",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@types/node": "16.11.12",
"chai": "3.5.0",
"coveralls": "2.13.1",
Expand Down

0 comments on commit 7d76238

Please sign in to comment.