Skip to content

Commit 80461ad

Browse files
committed
chore(mesh-filters): bump version to 1.7.0
1 parent adf7c91 commit 80461ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/mesh-filters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/mesh-filters-build",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"description": "Mesh filters to repair, remesh, subdivide, decimate, smooth, triangulate, etc.",
66
"type": "module",

packages/mesh-filters/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/mesh-filters",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Mesh filters to repair, remesh, subdivide, decimate, smooth, triangulate, etc.",
55
"type": "module",
66
"module": "./dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = "1.6.0"
1+
const version = "1.7.0"
22
export default version
33

0 commit comments

Comments
 (0)