Skip to content

Commit

Permalink
Merge pull request #2168 from tetsuharuohzeki/bump-version-major
Browse files Browse the repository at this point in the history
Prepare to release v41.0.0
  • Loading branch information
tetsuharuohzeki committed Apr 2, 2024
2 parents 92eaa81 + 168a3f3 commit 6c22507
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/api_tests/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"name": "@option-t/api_tests",
"version": "40.7.0",
"version": "41.0.0",
"license": "MIT",
"scripts": {
"test": "ava --config ./ava.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/option-t/package.json
@@ -1,6 +1,6 @@
{
"name": "option-t",
"version": "40.7.0",
"version": "41.0.0",
"description": "A toolkit of Nullable/Option/Result type implementation in ECMAScript. Their APIs are inspired by Rust's `Option<T>` and `Result<T, E>`.",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test_module_resolution_bundler/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"name": "@option-t/test_module_resolution_bundler",
"version": "40.7.0",
"version": "41.0.0",
"license": "MIT",
"scripts": {
"test": "tsc -p ./tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/test_module_resolution_node16/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"name": "@option-t/test_module_resolution_node16",
"version": "40.7.0",
"version": "41.0.0",
"license": "MIT",
"scripts": {
"test": "tsc -p ./tsconfig.json"
Expand Down

0 comments on commit 6c22507

Please sign in to comment.