Bump packages for open value release

This commit is contained in:
2026-08-14 08:03:25 +09:00
parent 848c7f169f
commit e0a9a8efb7
21 changed files with 41 additions and 40 deletions
@@ -103,7 +103,7 @@ writeFileSync(
const packageJsonPath = resolve(packageDir, 'package.json');
const packageJson = JSON.parse(readFileSync(packageJsonPath, 'utf8'));
packageJson.version = '0.2.0';
packageJson.version = '0.3.0';
packageJson.files = [
'README.md',
'LICENSE-MIT',
@@ -205,7 +205,7 @@ writeFileSync(
JSON.stringify(
{
name: '@hare/decodal-wasm',
version: '0.2.0',
version: '0.3.0',
// JSR's publisher currently accepts a single recognized identifier.
// npm package metadata remains dual-licensed and both files are included.
license: 'MIT',