Skip to content

Commit

Permalink
chore: release v2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjcolley committed Feb 24, 2024
1 parent c515139 commit fefff31
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# CHANGELOG

## v2.41.0 - 24 February 2024

- Bump ip from 1.1.8 to 1.1.9 [`#270`](https://github.com/NativeVision/viro/pull/270)
- chore: Update android [`#261`](https://github.com/NativeVision/viro/pull/261)

## v2.40.1 - 19 February 2024

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

## v2.24.0 - 16 February 2024

Expand Down
2 changes: 1 addition & 1 deletion components/Utilities/ViroVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VIRO_VERSION = "2.40.1";
export const VIRO_VERSION = "2.41.0";
2 changes: 1 addition & 1 deletion dist/components/Utilities/ViroVersion.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VIRO_VERSION = "2.40.1";
export declare const VIRO_VERSION = "2.41.0";
2 changes: 1 addition & 1 deletion dist/components/Utilities/ViroVersion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VIRO_VERSION = void 0;
exports.VIRO_VERSION = "2.40.1";
exports.VIRO_VERSION = "2.41.0";
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"version": "2.40.1",
"version": "2.41.0",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down Expand Up @@ -67,4 +67,4 @@
"ts-node": "^10.9.2",
"typescript": "^4.6.3"
}
}
}

0 comments on commit fefff31

Please sign in to comment.