Bump packages for open value release
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user