Skip to content

Commit

Permalink
Merge pull request #25 from onchain-id/develop
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
Nakasar authored Sep 22, 2020
2 parents 2a6e700 + 036d9d4 commit 515dcc0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 515dcc0

Please sign in to comment.