lastfm-nodejs-client 1.0.5 → 1.0.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6
4
+
5
+ - Forking repo README update
6
+
3
7
  ## 1.0.5
4
8
 
5
9
  - Fix local types
package/README.md CHANGED
@@ -66,9 +66,11 @@ Written in TypeScript, compiles down to ES2015, provides the types for the lastF
66
66
  ## Fork repo
67
67
 
68
68
  ```bash
69
- gh repo fork git@github.com:mannuelf/lastfm-nodejs-client.git
69
+ gh repo fork mannuelf/lastfm-nodejs-client
70
70
  ```
71
71
 
72
+ What's gh? [Get it here](https://cli.github.com/manual/gh_repo_fork)
73
+
72
74
  ### Postman collections
73
75
 
74
76
  A list of endpoints currently mapped to this client. Still under development, not feature complete.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lastfm-nodejs-client",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A client for fetching public data with username using the LastFm public API",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {