@cronitorio/cronitor-rum-nextjs 0.2.1 → 0.3.0

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 +4 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -64,9 +64,12 @@ function CustomApp({ Component, pageProps }) {
64
64
  export default CustomApp;
65
65
  ```
66
66
 
67
-
68
67
  ## Changelog
69
68
 
69
+ ### 0.3.0
70
+
71
+ - Update cronitor-rum-js lib.
72
+
70
73
  ### 0.2.1
71
74
 
72
75
  - Update cronitor-rum-js lib.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronitorio/cronitor-rum-nextjs",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Official Cronitor integration for Next.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "react": "^18"
34
34
  },
35
35
  "dependencies": {
36
- "@cronitorio/cronitor-rum-js": "^0.2.0"
36
+ "@cronitorio/cronitor-rum-js": "^0.3.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/react": "^18.0.27",