diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91db95f..fd90fc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: auto version run: pnpm release env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} release: diff --git a/CHANGELOG.md b/CHANGELOG.md index 901b653..c3fdfad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.1.1 (Mon Aug 19 2024) + +#### 🐛 Bug Fix + +- updated to use correct secret ([@mercillo](https://github.com/mercillo)) + +#### Authors: 1 + +- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo)) + +--- + # v0.0.14 (Mon Aug 19 2024) #### ⚠️ Pushed to `main` diff --git a/package.json b/package.json index 679330c..1b89ba9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browser-devtools", "displayName": "Player ui devtools", - "version": "0.0.13", + "version": "0.0.14", "description": "Player UI devtools browser extension", "author": "Rafael Campos ", "scripts": {