Bump packages for range refinement release

This commit is contained in:
2026-08-14 06:29:48 +09:00
parent cc6ab40807
commit 8c50dd202d
20 changed files with 36 additions and 36 deletions
@@ -88,7 +88,7 @@ writeFileSync(
const packageJsonPath = resolve(packageDir, 'package.json');
const packageJson = JSON.parse(readFileSync(packageJsonPath, 'utf8'));
packageJson.version = '0.1.4';
packageJson.version = '0.2.0';
packageJson.files = [
'README.md',
'LICENSE-MIT',
@@ -186,7 +186,7 @@ writeFileSync(
JSON.stringify(
{
name: '@hare/decodal-wasm',
version: '0.1.4',
version: '0.2.0',
// JSR's publisher currently accepts a single recognized identifier.
// npm package metadata remains dual-licensed and both files are included.
license: 'MIT',