Skip to content

Commit 6ca48b0

Browse files
Release new version (#40)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4dca8da commit 6ca48b0

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/eight-brooms-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# evervault-java
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- 4dca8da: Add ability to run functions
8+
39
## 4.1.1
410

511
### Patch Changes

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.evervault'
9-
version '4.1.1'
9+
version '4.2.0'
1010

1111
repositories {
1212
mavenCentral()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "evervault-java",
33
"private": true,
4-
"version": "4.1.1",
4+
"version": "4.2.0",
55
"scripts": {
66
"version": "changeset version && PACKAGE_VERSION=$(node -p \"require('./package.json').version\") && sed -i \"s/version '.*'/version '$PACKAGE_VERSION'/g\" lib/build.gradle"
77
},

0 commit comments

Comments
 (0)