Skip to content

Commit 411fcd4

Browse files
committed
chore(release): 5.0.0
1 parent 6e1b8e0 commit 411fcd4

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
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+
## [5.0.0](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v4.0.2...v5.0.0) (2025-04-14)
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+
12+
### [4.0.1](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v4.0.0...v4.0.1) (2024-03-28)
13+
14+
15+
### Bug Fixes
16+
17+
* loading snippet ([766f805](https://github.com/rudderlabs/gatsby-plugin-rudderstack/commit/766f8056cf1cc064207bf6caa2108928999d90b9))
18+
19+
## [4.0.0](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v3.0.0...v4.0.0) (2024-03-28)
20+
21+
22+
### Features
23+
24+
* use js sdk v3 ([#30](https://github.com/rudderlabs/gatsby-plugin-rudderstack/issues/30)) ([3c81fd7](https://github.com/rudderlabs/gatsby-plugin-rudderstack/commit/3c81fd7eefefdf3afe1f8a28fd5a5eff7b6009c6))
25+
26+
## [3.0.0](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v2.0.0...v3.0.0) (2023-12-05)
27+
28+
29+
### Features
30+
31+
* use JS SDK v3 loading snippet with new useLegacySDK option for v2.x usage ([#26](https://github.com/rudderlabs/gatsby-plugin-rudderstack/issues/26)) ([c05cdbb](https://github.com/rudderlabs/gatsby-plugin-rudderstack/commit/c05cdbb15ef5fb6862d7d9804e980219d7ab6fe3))
32+
33+
## [2.0.0](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/a2ed4a794130f7a0dd783f42c1107aa44089a45c...v2.0.0) (2022-12-14)
34+
35+
36+
### ⚠ BREAKING CHANGES
37+
38+
* modify delayLoad functionality (#17)
39+
40+
### Features
41+
42+
* Added option to use new JS SDK ([#10](https://github.com/rudderlabs/gatsby-plugin-rudderstack/issues/10)) ([a2ed4a7](https://github.com/rudderlabs/gatsby-plugin-rudderstack/commit/a2ed4a794130f7a0dd783f42c1107aa44089a45c))
43+
* modify delayLoad functionality ([#17](https://github.com/rudderlabs/gatsby-plugin-rudderstack/issues/17)) ([65f176d](https://github.com/rudderlabs/gatsby-plugin-rudderstack/commit/65f176dd8e7fff4749b7142ba16d63519651fe45))
44+
545
### [4.0.2](https://github.com/rudderlabs/gatsby-plugin-rudderstack/compare/v4.0.1...v4.0.2) (2024-10-09)
646

747

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.2",
3+
"version": "5.0.0",
44
"description": "Event tracking with RudderStack in your Gatsby frontend.",
55
"main": "gatsby-ssr.js",
66
"scripts": {

0 commit comments

Comments
 (0)