Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Feb 21, 2023
1 parent e0068bc commit e6612d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-mailto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mailto",
"version": "3.0.0",
"version": "3.0.1",
"description": "Angular library simplifying generation of mailto links with TS",
"homepage": "https://anthonynahas.github.io/ngx-mailto/",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"release:patch": "../../node_modules/.bin/release-it --patch --ci ",
"release:minor": "../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir",
"release:version": "../../node_modules/.bin/release-it 3.0.0 --ci --no-git.requireCleanWorkingDir",
"release:version": "../../node_modules/.bin/release-it 3.0.1 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../node_modules/.bin/ng test ngx-mailto",
"test": "../../node_modules/.bin/jest --coverage",
"test:watch": "../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit e6612d7

Please sign in to comment.