Skip to content

Commit a294236

Browse files
authored
Bump to v2.4.0 to add performance hints support (#311)
1 parent fa87bfb commit a294236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fauna",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A driver to query Fauna databases in browsers, Node.js, and other Javascript runtimes",
55
"homepage": "https://fauna.com",
66
"bugs": {

Diff for: src/util/package-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
//THIS FILE IS AUTOGENERATED. DO NOT EDIT. SEE .husky/pre-commit
22

33
/** The current package version. */
4-
export const packageVersion = "2.3.0";
4+
export const packageVersion = "2.4.0";

0 commit comments

Comments
 (0)