From 144afcca7bbff0ded11a7a25be7e7993997382d1 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:55:30 -0400 Subject: [PATCH] version 0.1.3 for release --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a8a8cc7..5d6d5b8 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -2,7 +2,7 @@ name: Publish package on: release: - types: [edited] + types: [created] jobs: publish-gpr: diff --git a/package.json b/package.json index 67f3eac..34c14b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "near-bos-webcomponent", - "version": "0.1.2", + "version": "0.1.3", "homepage": "https://github.com/NEARBuilders/near-bos-webcomponent", "repository": { "type": "git",