From 02763b98f07ed91b25b9d69df284f3e78a42e940 Mon Sep 17 00:00:00 2001 From: Kevin Thizy Date: Tue, 22 Sep 2020 10:31:55 +0200 Subject: [PATCH 1/2] :ci:() Fix CI --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} From f80f98e3bde4ecacf0398b4ec9a53add28f64c87 Mon Sep 17 00:00:00 2001 From: Kevin Thizy Date: Tue, 22 Sep 2020 10:32:55 +0200 Subject: [PATCH 2/2] :ci:() Update CI --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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",