Skip to content

Commit

Permalink
chore: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharlock10 committed Apr 12, 2022
1 parent 3f90cca commit 7e9e819
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v3.2.7
# v3.2.8
- Updated readme

# v3.2.6
Expand All @@ -13,4 +13,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.2.7)
View release on [npm](https://www.npmjs.com/package/pe-paladins.js/v/3.2.8)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
![Downloads](https://img.shields.io/npm/dm/pe-paladins.js.svg?style=flat)
[![Production Test & Deploy](https://github.com/tusharlock10/pe-paladins.js/actions/workflows/production-deploy.yml/badge.svg)](https://github.com/tusharlock10/pe-paladins.js/actions/workflows/production-deploy.yml)

A strongly typed fork of [paladins.js](https://www.npmjs.com/package/paladins.js), used by [Paladins Edge](https://paladinsedge.ml)
A strongly typed fork of [paladins.js](https://www.npmjs.com/package/paladins.js), used by [Paladins Edge](https://paladinsedge.app)

- Well maintained and up-to-date library
- All of the methods have the exact response type
- Updated champion enums to include `Betty la Bomba` as per `Monstercat` patch

## Changelog

### v3.2.7
### v3.2.8
- Updated readme

### v3.2.6
Expand Down Expand Up @@ -92,4 +92,4 @@ const foo = async () => {

## Documentation / Methods

You can view all the available methods and documentation on [pe-paladins.paladinsedge.ml](https://pe-paladins.paladinsedge.ml/). Some of the methods are removed/changed in pe-paladins.js compared to paladins.js
You can view all the available methods and documentation on [pe-paladins.paladinsedge.app](https://pe-paladins.paladinsedge.app/). Some of the methods are removed/changed in pe-paladins.js compared to paladins.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pe-paladins.js",
"version": "3.2.7",
"version": "3.2.8",
"description": "A strongly typed fork of paladins.js, used by Paladins Edge",
"keywords": [
"paladins",
Expand Down

0 comments on commit 7e9e819

Please sign in to comment.