Skip to content

Commit

Permalink
dependencies upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Jun 7, 2023
1 parent dd62238 commit 6ca7678
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --force
- run: npm ci
- name: Create .env file
run: |
touch .env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci --force
run: npm ci
- name: Create .env file
run: |
touch .env
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 1.7.0

- `apiPrefix` added to code for allowing to use custom API prefix for all clients. Thanks to [Petr Plenkov](https://github.com/ThePlenkov) for pull request.
- `apiPrefix` was added to the code for allowing to use of custom API prefix for all clients. Thanks to [Petr Plenkov](https://github.com/ThePlenkov) for the pull request.

### 1.6.3

Expand Down
Loading

0 comments on commit 6ca7678

Please sign in to comment.