Skip to content

Commit

Permalink
Merge pull request #479 from SwabianCoder/docs/478-fix-readme-heading…
Browse files Browse the repository at this point in the history
…-of-ngx-toolset-api-token-interceptor

Docs/478 fix readme heading of ngx toolset api token interceptor
  • Loading branch information
SwabianCoder committed Nov 12, 2023
2 parents 76f6cbf + 89d2bc3 commit 1af9234
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions projects/api-token-interceptor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0] - 2023-11-12

### Fixed

- a heading of the README

### Removed

- a comma from the README

## [2.0.0] - 2023-11-10

### Added
Expand Down
6 changes: 3 additions & 3 deletions projects/api-token-interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Choose the version corresponding to your Angular version:
|---------|------------------------------------|
| 14.x.x | >=0.0.1 <=1.0.0-rc.12 |
| 15.x.x | 1.0.0-rc.13 |
| 16.x.x | >=1.0.0-rc.14 <=2.0.0 |
| 16.x.x | >=1.0.0-rc.14 <=3.0.0 |

## Usage

### Module Import
### Provide HTTP client with Interceptor

Provide the HTTP client with the `apiTokenInterceptor` in your `main.ts`:

Expand Down Expand Up @@ -86,7 +86,7 @@ bootstrapApplication(AppComponent, {
},
{
provide: BEARER_TOKEN_CALLBACK_FN,
useValue: (): string => 'dummyToken',
useValue: (): string => 'dummyToken'
}
]
});
Expand Down
2 changes: 1 addition & 1 deletion projects/api-token-interceptor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-toolset/api-token-interceptor",
"version": "2.0.0",
"version": "3.0.0",
"description": "Angular API token interceptor",
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
"license": "MIT",
Expand Down

0 comments on commit 1af9234

Please sign in to comment.