diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5ab8931..4723259 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -44,6 +44,6 @@ jobs: scope: '@onchain-id' - run: npm ci - run: npm run build - - run: npm publish --tag + - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/CHANGELOG.md b/CHANGELOG.md index afdd440..289dade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2020-09-22 +### Fixed +- Fix CI + ## [1.1.0] - 2020-09-16 ### Added - ONCHAINID contract uses Proxy based on [EIP-1167](https://eips.ethereum.org/EIPS/eip-1167). diff --git a/package-lock.json b/package-lock.json index 873ab7f..aff56a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@onchain-id/solidity", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8c1c097..5169ba5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onchain-id/solidity", - "version": "1.1.0", + "version": "1.1.1", "description": "Ethereum solidity smart contracts for Blockchain OnchainID identities.", "files": [ "build",