Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Dec 4, 2021
1 parent 2c8b48b commit cdc6adb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-mailto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mailto",
"version": "1.0.6",
"version": "1.1.0",
"description": "Angular library simplifying generation of mailto links with TS",
"homepage": "https://anthonynahas.github.io/ngx-mailto/",
"author": {
Expand Down Expand Up @@ -40,14 +40,14 @@
"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 1.0.6 --ci --no-git.requireCleanWorkingDir",
"release:version": "../../node_modules/.bin/release-it 1.1.0 --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"
},
"peerDependencies": {
"@angular/common": "^12.x",
"@angular/core": "^12.x"
"@angular/common": "^13.x",
"@angular/core": "^13.x"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit cdc6adb

Please sign in to comment.