comic-vine-sdk 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -211,7 +211,7 @@ const comicVine = new ComicVine('your-api-key-here');
211
211
 
212
212
  The Comic Vine API provides offset based pagination, this is done by providing a `limit` and `offset` in the request. The `limit` is the number of items to be returned in one page and the offset is the number of items to skip.
213
213
 
214
- To fetch a page with 50 results and then move to hte next page:
214
+ To fetch a page with 50 results and then move to the next page:
215
215
 
216
216
  ```js
217
217
  import ComicVine from 'comic-vine-sdk';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comic-vine-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A JS/TS client for the Comic Vine API",
5
5
  "keywords": [
6
6
  "comic",
@@ -50,6 +50,7 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@semantic-release/changelog": "6.0.2",
53
+ "@semantic-release/git": "10.0.1",
53
54
  "@types/clone-deep": "4.0.1",
54
55
  "@types/jest": "29.1.1",
55
56
  "@types/node": "16.11.59",