Skip to content

Commit 43eabc0

Browse files
authored
chore: update package.json and release-please-config for consistency (#26)
2 parents dd64f57 + 75144dd commit 43eabc0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whitelist-smart-contract",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Whitelist smart contract to allow developers to not resign a sell order every time there's a new web3mail dapp being deployed.",
55
"main": "index.ts",
66
"scripts": {

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": {
33
".": {
4-
"release-type": "simple",
4+
"release-type": "node",
55
"changelog-path": "CHANGELOG.md"
66
}
77
},

0 commit comments

Comments
 (0)