Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 30, 2020
1 parent f2abed3 commit 366338e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/angular-material-extensions/algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/algolia",
"description": "Angular Library that enhances algolia instant search library - Material UI components and general services and directives",
"version": "0.0.1",
"version": "0.1.0",
"homepage": "https://angular-material-extensions.github.io/algolia",
"author": {
"name": "anthonynahas",
Expand All @@ -20,10 +20,10 @@
"material",
"material design",
"ssr",
"select country",
"countries",
"nationality",
"languages"
"algolia",
"instant-search",
"filter",
"pagination"
],
"bugs": {
"url": "https://github.com/angular-material-extensions/algolia/issues"
Expand All @@ -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 1.3.0 --ci --no-git.requireCleanWorkingDir",
"release:version": "../../../node_modules/.bin/release-it 0.1.0 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/algolia",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit 366338e

Please sign in to comment.