Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.5...v1.8.0) (2021-09-28)

### Bug Fixes

* add preset ([c7ff31e](c7ff31e))
* **ci:** remove lint commits action from master workflow ([ead94a5](ead94a5))
* **ci:** step name ([a621aec](a621aec))
* **dev:** commitizen config ([797c5ed](797c5ed))
* **dev:** commitlint config ([b333f1e](b333f1e))
* **dev:** commitlint config ([6b68b0f](6b68b0f))
* **docs:** berry, contest, encounter and evolution clients examples ([c138a13](c138a13))
* **docs:** game client examples ([7a0d77e](7a0d77e))
* **docs:** item client examples ([db24a70](db24a70))
* **docs:** location client examples ([be8c52c](be8c52c))
* **docs:** machine client examples ([f9425de](f9425de))
* **docs:** move client examples ([9c9cd8e](9c9cd8e))
* **docs:** pokemon client examples ([98ce74a](98ce74a))
* **docs:** utility client examples ([05f5aec](05f5aec))
* eslint import configuration ([48d0fda](48d0fda))
* formatting ([87f4463](87f4463))
* formatting ([4c109f3](4c109f3))
* gitpod ([13e84db](13e84db))
* package keywords ([9105ad9](9105ad9))
* **prod-deps:** fix lockfile ([2aea1aa](2aea1aa))
* remove maintainers ([a6b7a74](a6b7a74))
* sync yarn.lock ([ea708a6](ea708a6))
* update deps and fix commitlint ([a45f428](a45f428))

### Features

* add commitizen ([a43a89d](a43a89d))
* add makefile ([7c4ede7](7c4ede7))
* **client:** add option for overriding the base url ([273d1f3](273d1f3))
* **dev:** commitlint ([d5e46bf](d5e46bf))
* **dev:** commitlint ([b02dcf6](b02dcf6))
* **docs:** add main clent docs ([14b115c](14b115c))
* **docs:** add maintainers to package.json ([3cb04e2](3cb04e2))
* **emoji:** emoji ([872d0ee](872d0ee))

### Reverts

* **package-json:** remove unused deps ([5895b6c](5895b6c))
  • Loading branch information
semantic-release-bot committed Sep 28, 2021
1 parent 66cb544 commit d6075ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokenode-ts",
"version": "1.7.5",
"version": "1.8.0",
"private": false,
"description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
"keywords": [
Expand Down

0 comments on commit d6075ca

Please sign in to comment.