Skip to content

Commit 640057c

Browse files
semantic-release-botarriolac
authored andcommitted
chore(release): 0.18.1 [skip ci]
* allow using existing session token(String) in place autocomplete ([#722](#722)) ([7b0690a](7b0690a)) * Run release on main. ([#731](#731)) ([ffbfd7a](ffbfd7a))
1 parent ffbfd7a commit 640057c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Release
1616
on:
1717
push:
1818
branches: [ main ]
19+
workflow_dispatch:
20+
1921
jobs:
2022
release:
2123
runs-on: ubuntu-latest

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.18.0
1+
version=0.18.1
22

33
# variables required to allow build.gradle to parse,
44
# override in ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)