diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c2549..c8e903e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.4 + +[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.3...v0.1.4) + +### 🏡 Chore + +- Add repository to package json ([3a469e3](https://github.com/stackbuilders/nuxt-utm/commit/3a469e3)) + +### ❤️ Contributors + +- Luis David Barrera + ## v0.1.3 [compare changes](https://github.com/your-org/my-module/compare/v0.1.2...v0.1.3) diff --git a/package.json b/package.json index 9ea4793..9411c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-utm", - "version": "0.1.3", + "version": "0.1.4", "description": "A Nuxt 3 module for tracking UTM parameters.", "repository": "stackbuilders/nuxt-utm", "license": "MIT", @@ -43,4 +43,4 @@ "playwright-core": "^1.39.0", "vitest": "^0.33.0" } -} +} \ No newline at end of file