diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8864cf6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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. + +### 0.0.1 (2024-11-18) diff --git a/package.json b/package.json index ac09cb7..7e35c96 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-gre-pixel-module", - "version": "0.0.0", + "version": "0.0.1", "description": "A nuxt module for integrating event pixel for Vertex AI Search for retail", "repository": "williamchong/nuxt-gre-pixel-module", "license": "MIT",