Skip to content

Commit 70c2376

Browse files
authored
Release 1.0.1
1 parent aaafa68 commit 70c2376

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Publish
22

33
on:
44
workflow_dispatch:
5-
workflows: ['Build']
6-
branches:
7-
- master
8-
types:
9-
- completed
105

116
jobs:
127
publish:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flagsmith-vue-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Mustafa Yumurtacı (@mstfymrtc)",
55
"description": "A Vue client for the Flagsmith open-source feature flag platform.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)