Skip to content

Commit d4a70d8

Browse files
npm release 1.0.0 changes.
1 parent 3b7c7bf commit d4a70d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/angular-extended-http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-extended-http-client",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "This Angular library allows using HttpClient with strongly-typed callbacks. Easy to use.",
55
"author": {
66
"name": "VeritasSoftware",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "~7.2.0",
2020
"@angular/platform-browser-dynamic": "~7.2.0",
2121
"@angular/router": "~7.2.0",
22-
"angular-extended-http-client": "0.0.6",
22+
"angular-extended-http-client": "^1.0.0",
2323
"core-js": "^2.5.4",
2424
"rxjs": "~6.3.3",
2525
"tslib": "^1.9.0",

projects/angular-extended-http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-extended-http-client",
3-
"version": "0.0.6",
3+
"version": "1.0.0",
44
"description": "This Angular library allows using HttpClient with strongly-typed callbacks. Easy to use.",
55
"author": {
66
"name": "VeritasSoftware", "email": "veritas.software.au@gmail.com"

0 commit comments

Comments
 (0)