Skip to content

Commit

Permalink
ci: version bump to v0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Jun 27, 2023
1 parent 524bb84 commit 68feda9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@openbeta/sandbag",
"version": "0.0.43",
"version": "0.0.44",
"description": "Rock climbing grades and conversions",
"repository": "https://github.com/OpenBeta/sandbag.git",
"module": "./dist/sandbag.esm.js",
"main": "./dist/index.js",
"exports": {
".": {
"import": "./dist/sandbag.esm.js",
"require": "./dist/index.js"
"import": "./dist/sandbag.esm.js",
"require": "./dist/index.js"
}
},
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 68feda9

Please sign in to comment.