Skip to content

Commit 8d10403

Browse files
authored
Merge pull request #37 from rudderlabs/main
chore(release): pull main into develop post release v4.0.2
2 parents e16dbc5 + 5b3da08 commit 8d10403

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.0.2](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v4.0.1...v4.0.2) (2024-10-09)
6+
7+
8+
### Bug Fixes
9+
10+
* update js sdk loading snippet to latest version ([#35](https://github.com/rudderlabs/gatsby-plugin-rudderstack/issues/35)) ([7aa3d58](https://github.com/rudderlabs/gatsby-plugin-rudderstack/commit/7aa3d586e2d9a569a9609d7025ba6f7c6e3ba266))
11+
512
## [4.0.1](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v4.0.0...v4.0.1) (2024-03-29)
613

714
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-rudderstack",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Event tracking with RudderStack in your Gatsby frontend.",
55
"main": "gatsby-ssr.js",
66
"scripts": {

0 commit comments

Comments
 (0)