Skip to content

Commit 139ab10

Browse files
bump dapp v0.8.0
1 parent 6d62cfd commit 139ab10

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ steps:
810810

811811
- name: get scone fingerprint (prod)
812812
# /!\: maintain the version here
813-
image: iexechub/web3mail-dapp:0.7.0-sconify-5.7.5-v12-production
813+
image: iexechub/web3mail-dapp:0.8.0-sconify-5.7.5-v12-production
814814
commands:
815815
- SCONE_HASH=1 node > deployment-dapp/.scone-fingerprint
816816
when:

dapp/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Next
5+
## [0.8.0]
66

77
### Changed
88

99
- Check email address syntax before trying to send the email.
10+
- Check email deliverability before trying to send the email.
1011

1112
## [0.7.0]
1213

dapp/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dapp",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)