Skip to content

Commit 375c892

Browse files
chore(release): 1.4.0
1 parent 8ef0086 commit 375c892

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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+
## 1.4.0 (2025-10-23)
6+
7+
8+
### ✨ Features
9+
10+
* first release ([34ecbca](https://github.com/Tracktor/react-google-tag-manager/commit/34ecbcaf02760f78b7381b36e9fd47840be8e32a))
11+
* first release ([fd8393c](https://github.com/Tracktor/react-google-tag-manager/commit/fd8393cdb79fdbe8e8e597c5ff47c70347a09cb0))
12+
* first release ([e933c34](https://github.com/Tracktor/react-google-tag-manager/commit/e933c342492c49e59ae101972ee8c8c1152ebb56))
13+
* first release ([4ec19e2](https://github.com/Tracktor/react-google-tag-manager/commit/4ec19e27b174a632ac5ec98804ce2c1781977ede))
14+
15+
16+
### 🐛 Fixes
17+
18+
* add release script and update CI workflow for version bumping ([293d318](https://github.com/Tracktor/react-google-tag-manager/commit/293d31852437101247e724fc815e418e2c06e349))
19+
* add version configuration and release workflow ([74fddb2](https://github.com/Tracktor/react-google-tag-manager/commit/74fddb28fb906c60137da8c9945583e3b9990dbc))
20+
* add version configuration and release workflow ([2fe0856](https://github.com/Tracktor/react-google-tag-manager/commit/2fe0856d62e6c8e7d03c0df3c433b5d212ab758b))
21+
* load initial script ([12c3695](https://github.com/Tracktor/react-google-tag-manager/commit/12c36953311dc86cf72d7f10f1f91782f36eb785))
22+
* minor fix ([91276bc](https://github.com/Tracktor/react-google-tag-manager/commit/91276bcc75784e99cd028c9c0b46bfd5de3b36ae))
23+
* set package version to 1.3.1 and update release script for versioning ([8ef0086](https://github.com/Tracktor/react-google-tag-manager/commit/8ef0086912148472b8cb9d7d6a1055067e8dc60d))
24+
* update package version to 1.3.1 and refine release workflow ([06e38de](https://github.com/Tracktor/react-google-tag-manager/commit/06e38defb493b704276e248f524f67fd3f49c450))
25+
26+
# Changelog
27+
28+
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.
29+
530
## (2025-10-23)
631

732

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tracktor/react-google-tag-manager",
33
"description": "React library for use easily the Google Tag Manager",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"private": false,
66
"license": "ISC",
77
"type": "module",

0 commit comments

Comments
 (0)