@journium/js 1.2.1 → 1.2.2

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,6 +91,7 @@ journium.identify('user123', {
91
91
 
92
92
  - [@journium/nextjs](https://www.npmjs.com/package/@journium/nextjs) - Next.js SDK
93
93
  - [@journium/react](https://www.npmjs.com/package/@journium/react) - React SDK
94
+ - [@journium/angular](https://www.npmjs.com/package/@journium/angular) - Angular SDK
94
95
 
95
96
  ## Support
96
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@journium/js",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "license": "MIT",
5
5
  "description": "Journium JavaScript SDK for web browsers - Track events, pageviews, and user interactions with ease",
6
6
  "main": "dist/index.cjs",