@pixel-pulse/cache-brain-vue 1.0.0 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pixel-pulse/cache-brain-vue
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 64be9c5: Modify image of doc path
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://cache-brain.netlify.app/og-image-nuxt.jpeg" width="100%" alt="Cache Brain - Smart Caching Engine"/>
2
+ <img src="https://cache-brain.netlify.app/og-image-nuxt.png" width="100%" alt="Cache Brain - Smart Caching Engine"/>
3
3
 
4
4
  <br/>
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixel-pulse/cache-brain-vue",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Vue 3 & Nuxt.js adapter for Cache Brain engine.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -20,7 +20,7 @@
20
20
  "vue": "^3.4.0",
21
21
  "tsup": "^8.0.0",
22
22
  "typescript": "^5.0.0",
23
- "@pixel-pulse/cache-brain": "1.0.0"
23
+ "@pixel-pulse/cache-brain": "1.0.1"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "tsup",