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