Skip to content

Commit fefff31

Browse files
committed
chore: release v2.41.0
1 parent c515139 commit fefff31

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# CHANGELOG
22

3+
## v2.41.0 - 24 February 2024
4+
5+
- Bump ip from 1.1.8 to 1.1.9 [`#270`](https://github.com/NativeVision/viro/pull/270)
6+
- chore: Update android [`#261`](https://github.com/NativeVision/viro/pull/261)
7+
38
## v2.40.1 - 19 February 2024
49

510
- fix: Add import/export of VIRO_VERSION [`#268`](https://github.com/NativeVision/viro/pull/268)
11+
- chore: release v2.40.1 [`44a6900`](https://github.com/NativeVision/viro/commit/44a690053703ae0cfe6aae3b1c2586b18f57e519)
612

713
## v2.24.0 - 16 February 2024
814

components/Utilities/ViroVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VIRO_VERSION = "2.40.1";
1+
export const VIRO_VERSION = "2.41.0";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const VIRO_VERSION = "2.40.1";
1+
export declare const VIRO_VERSION = "2.41.0";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.VIRO_VERSION = void 0;
4-
exports.VIRO_VERSION = "2.40.1";
4+
exports.VIRO_VERSION = "2.41.0";

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "dist/index.js",
44
"module": "dist/index.js",
55
"types": "dist/index.d.ts",
6-
"version": "2.40.1",
6+
"version": "2.41.0",
77
"license": "MIT",
88
"publishConfig": {
99
"registry": "https://registry.npmjs.org/"
@@ -67,4 +67,4 @@
6767
"ts-node": "^10.9.2",
6868
"typescript": "^4.6.3"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)