Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 23, 2024
1 parent 9b441b7 commit 15277fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.4.0](https://github.com/amplitude/segment-session-replay-wrapper/compare/v0.3.1...v0.4.0) (2024-08-23)


### Bug Fixes

* import version ([a507818](https://github.com/amplitude/segment-session-replay-wrapper/commit/a507818f1f16cab43de8c9caf41a1830a34d1e2b))


### Features

* add type of plugin and version to init ([9e25cd3](https://github.com/amplitude/segment-session-replay-wrapper/commit/9e25cd38d542bcfef81366bdd4e8c0661af13fce))



## [0.3.1](https://github.com/amplitude/segment-session-replay-wrapper/compare/v0.3.0...v0.3.1) (2024-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/segment-session-replay-wrapper",
"version": "0.3.1",
"version": "0.4.0",
"description": "Wrapper to enable usage of Segment with Amplitude's Session Replay product",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -61,4 +61,4 @@
"typescript": "5.4.5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}

0 comments on commit 15277fa

Please sign in to comment.