Skip to content

Commit

Permalink
Merge pull request #34 from tusharlock10/develop
Browse files Browse the repository at this point in the history
Added new apis
  • Loading branch information
tusharlock10 committed Jan 15, 2024
2 parents 69b042d + 30b19a7 commit 14ba765
Show file tree
Hide file tree
Showing 9 changed files with 1,469 additions and 6,385 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build docker image
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Publish package to npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build docker image
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Publish package to npm
Expand All @@ -41,7 +41,7 @@ jobs:
name: "create release 馃摝"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get version from package.json
id: package-version
uses: martinbeentjes/npm-get-version-action@master
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v4.0.0
- *BREAKING CHANGE*: Removed `getBountyItems` api
- Added `getPlayerQueueStatsBatch` api
- Added `getLeaderboard` api
- Updated dependencies internally

# v3.6.1
- Added support for `Omen`
- Added Bans 7,8 in match details
Expand Down Expand Up @@ -41,4 +47,4 @@
- Added `TaskForce` to `Enums`
- Fixed `champion_id` type in `ChampionCard`

View release on [npm](https://www.npmjs.com/package/pe-paladins.js/v/3.6.1)
View release on [npm](https://www.npmjs.com/package/pe-paladins.js/v/4.0.0)
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ A strongly typed fork of [paladins.js](https://www.npmjs.com/package/paladins.js

## Changelog

### v4.0.0
- *BREAKING CHANGE*: Removed `getBountyItems` api
- Added `getPlayerQueueStatsBatch` api
- Added `getLeaderboard` api
- Updated dependencies internally

>__Reason__: Paladins bounty store has been closed, this changes removes the api from being used in the future
### v3.6.1
- Added support for `Omen`
- Added Bans 7,8 in match details
Expand Down
Loading

0 comments on commit 14ba765

Please sign in to comment.