Skip to content

Commit ada7031

Browse files
authored
chore: Fix release type, update package version. (#27)
1 parent f344f26 commit ada7031

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-please.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
id: release
1616
with:
1717
token: ${{secrets.GITHUB_TOKEN}}
18-
release-type: "go"
1918

2019
release-package:
2120
runs-on: ubuntu-latest

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-eventsource",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Fork of eventsource package - W3C compliant EventSource client for Node.js and browser (polyfill)",
55
"keywords": [
66
"eventsource",

0 commit comments

Comments
 (0)