simple-table-core 0.8.0 → 0.8.1

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 +1 -1
package/README.md CHANGED
@@ -99,7 +99,7 @@ Check out our live examples with complete source code:
99
99
  Join our growing community to ask questions or share feedback:
100
100
 
101
101
  - **Discord**: [Join us on Discord](https://discord.gg/RvKHCfg3PC)
102
- - **GitHub**: [Report bugs or suggest features](https://github.com/petera2c/simple-table-marketing)
102
+ - **GitHub**: [Report bugs or suggest features](https://github.com/petera2c/simple-table-marketing/issues)
103
103
 
104
104
  ## License
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-table-core",
3
- "version": "0.8.0",
3
+ "version": "0.8.01",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",