chore(release): 1.0.0 [skip ci]

# 1.0.0 (2023-07-11)
This commit is contained in:
semantic-release-bot 2023-07-11 22:42:30 +00:00
parent 655dfe72b0
commit 6fc9478796
3 changed files with 7 additions and 5 deletions

1
CHANGELOG.md Normal file
View File

@ -0,0 +1 @@
# 1.0.0 (2023-07-11)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "bigint-mod-arith",
"version": "3.3.1",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bigint-mod-arith",
"version": "3.3.1",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@lumeweb/node-library-preset": "^0.2.7",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/bigint-mod-arith",
"version": "3.3.1",
"version": "1.0.0",
"description": "Some common functions for modular arithmetic using native JS implementation of BigInt",
"keywords": [
"modular arithmetics",
@ -37,13 +37,14 @@
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/juanelas/bigint-mod-arith#readme",
"_id": "bigint-mod-arith@3.3.1",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",
"semantic-release": "semantic-release"
},
"files": ["lib"],
"files": [
"lib"
],
"publishConfig": {
"access": "public"
}