Skip to content

Commit 585e4ea

Browse files
committed
chore(release): 3.0.0
1 parent 6756d79 commit 585e4ea

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/favware/dexa/compare/v2.1.0...v3.0.0) (2022-09-25)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- update to gqlp v7
10+
11+
### Features
12+
13+
- update to gqlp v7 ([81ebb56](https://github.com/favware/dexa/commit/81ebb56e611afe8f1ad275233df85d38770886b6))
14+
- update to latest graphql-pokemon ([c0e1088](https://github.com/favware/dexa/commit/c0e10884bc8f1e6e48f2e6a63b66e7930b948362))
15+
16+
### Bug Fixes
17+
18+
- **deps:** update all non-major dependencies ([#126](https://github.com/favware/dexa/issues/126)) ([57dec9e](https://github.com/favware/dexa/commit/57dec9ef9560eacfa43f5fdfc1d4629c560e8040))
19+
- **deps:** update dependency @sapphire/utilities to ^3.7.0 ([#211](https://github.com/favware/dexa/issues/211)) ([c7dcde3](https://github.com/favware/dexa/commit/c7dcde3c3e343c25c5f67d44e6131e3b6090af5b))
20+
- **deps:** update dependency @sapphire/utilities to ^3.8.0 ([#217](https://github.com/favware/dexa/issues/217)) ([0a8d660](https://github.com/favware/dexa/commit/0a8d66078d148e19cfb5486ae5e4637bb30df5db))
21+
- **deps:** update dependency @sapphire/utilities to ^3.9.0 ([#220](https://github.com/favware/dexa/issues/220)) ([8d45e52](https://github.com/favware/dexa/commit/8d45e52202f404cc226406f609438e7898fd7296))
22+
- **deps:** update dependency @sapphire/utilities to ^3.9.3 ([#226](https://github.com/favware/dexa/issues/226)) ([245ac24](https://github.com/favware/dexa/commit/245ac247cdd14e1c84cac13e1fe1a80157eb9444))
23+
- **deps:** update dependency @sapphire/utilities to v3 ([#129](https://github.com/favware/dexa/issues/129)) ([e0dd970](https://github.com/favware/dexa/commit/e0dd970fa05656f28a2c5d49f258b3c5692d56d1))
24+
- **deps:** update dependency confusables to ^1.1.1 ([#209](https://github.com/favware/dexa/issues/209)) ([0773a35](https://github.com/favware/dexa/commit/0773a35ade1c41337c5a1f93aab7e8ebc8859f0d))
25+
- remove apollo-codegen to fix GHSA-p9pc-299p-vxgp ([3c9995e](https://github.com/favware/dexa/commit/3c9995e7426775663bd9e9118d9ec24af8d87f6e))
26+
- update urls ([492d6dc](https://github.com/favware/dexa/commit/492d6dcec0269e3d4364ffc4a5409329a560b135))
27+
528
## [2.1.0](https://github.com/favware/dexa/compare/v2.0.3...v2.1.0) (2020-05-16)
629

730
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@favware/dexa",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Amazing pokedex skill for Alexa",
55
"author": "@favware",
66
"license": "MIT",

0 commit comments

Comments
 (0)