Skip to content

Commit

Permalink
chore(lib): release v16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nahas committed Nov 4, 2023
1 parent 96e95fe commit 88d29f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-long-press2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-long-press2",
"description": "Angular Library to handle long mouse clicks event for desktop and long touch events for mobile and tablets",
"version": "5.0.0",
"version": "16.1.0",
"homepage": "https://ngx-long-press2.firebaseapp.com",
"author": {
"name": "anthonynahas",
Expand Down Expand Up @@ -39,7 +39,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",
"release:custom": "../../node_modules/.bin/release-it 16.0.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../node_modules/.bin/release-it 16.1.0 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../node_modules/.bin/ng test ngx-long-press2",
"test": "../../node_modules/.bin/jest --coverage",
"test:watch": "../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit 88d29f8

Please sign in to comment.