@cubejs-backend/native 0.29.12 → 0.29.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.29.14](https://github.com/cube-js/cube.js/compare/v0.29.12-1...v0.29.14) (2021-12-29)
7
+
8
+ **Note:** Version bump only for package @cubejs-backend/native
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
7
15
 
8
16
 
package/README.md CHANGED
@@ -14,3 +14,4 @@ Native module for Cube.js (binding to Rust codebase).
14
14
  ### License
15
15
 
16
16
  Cube.js Native is [Apache 2.0 licensed](./LICENSE).
17
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.29.12",
3
+ "version": "0.29.14",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "description": "Native module for Cube.js (binding to Rust codebase)",
6
6
  "main": "dist/js/index.js",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "4b7c9154c9533a7a4ae17164742060a34a040515"
61
+ "gitHead": "fd2726b5236be8724e80eea4fd92226c9b2f3542"
62
62
  }