From df26643caa9f64dc889b1fb04d0a834fb3f08d5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Jun 2021 17:41:05 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ### [1.0.1](https://github.com/bjoluc/semantic-release-config-poetry/compare/v1.0.0...v1.0.1) (2021-06-02) ### Bug Fixes * **GitHub Action:** Take tokens as inputs ([bc381b1](https://github.com/bjoluc/semantic-release-config-poetry/commit/bc381b1ca9d7841536085bedba792ba7152517d1)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d088fed..eb124c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [1.0.1](https://github.com/bjoluc/semantic-release-config-poetry/compare/v1.0.0...v1.0.1) (2021-06-02) + + +### Bug Fixes + +* **GitHub Action:** Take tokens as inputs ([bc381b1](https://github.com/bjoluc/semantic-release-config-poetry/commit/bc381b1ca9d7841536085bedba792ba7152517d1)) + ## 1.0.0 (2021-06-02) diff --git a/package-lock.json b/package-lock.json index ee594b7..d2fb057 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bjoluc/semantic-release-config-poetry", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bjoluc/semantic-release-config-poetry", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@google/semantic-release-replace-plugin": "^1.0.2", diff --git a/package.json b/package.json index 9f3e4ad..86f8f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bjoluc/semantic-release-config-poetry", - "version": "1.0.0", + "version": "1.0.1", "description": "semantic-release configuration for Python projects using Poetry ", "main": "releaserc.json", "files": [