codewhale.history 2.8.12 → 2.8.13

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -117,3 +117,6 @@ what you're strong on, what to review, and a suggested next level.
117
117
  ## Requirements
118
118
  - Node.js (for the `codewhale-history` command)
119
119
  - [CodeWhale](https://codewhale.net/en/docs)
120
+
121
+ ## Contact Developer
122
+ [species8472](mailto:swyuri@yahoo.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewhale.history",
3
- "version": "2.8.12",
3
+ "version": "2.8.13",
4
4
  "description": "CodeWhale utility commands: session history, tool listing, file snapshot, interactive code quiz — global install",
5
5
  "bin": {
6
6
  "codewhale-history": "./_list_sessions.js",