Skip to content

Commit

Permalink
chore(release): v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sadjow committed Nov 2, 2023
1 parent c0852b0 commit c73f5e1
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# Changelog

## v0.1.9

[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.5...v0.1.9)

### 🚀 Enhancements

- **ci:** Add yarn lint as a step in the CI ([5d988dc](https://github.com/stackbuilders/nuxt-utm/commit/5d988dc))

### 🩹 Fixes

- Data Object empty ([dba7998](https://github.com/stackbuilders/nuxt-utm/commit/dba7998))
- Changelog ([da24253](https://github.com/stackbuilders/nuxt-utm/commit/da24253))
- Usage snippet in the readme ([c0852b0](https://github.com/stackbuilders/nuxt-utm/commit/c0852b0))

### 💅 Refactors

- Break the code into small functions and create a module for the types ([3717aad](https://github.com/stackbuilders/nuxt-utm/commit/3717aad))
- Rename integration tests and remove unused code ([9c65178](https://github.com/stackbuilders/nuxt-utm/commit/9c65178))
- Move functions to utm.ts file ([53cabdd](https://github.com/stackbuilders/nuxt-utm/commit/53cabdd))
- Rename function generateAdditionalInfo ([40d11e3](https://github.com/stackbuilders/nuxt-utm/commit/40d11e3))
- UtmData to utm ([8ddabe6](https://github.com/stackbuilders/nuxt-utm/commit/8ddabe6))

### 🏡 Chore

- Add unit tests ([e95c66d](https://github.com/stackbuilders/nuxt-utm/commit/e95c66d))
- Update description ([7ba8ba9](https://github.com/stackbuilders/nuxt-utm/commit/7ba8ba9))
- Remove playground from pipeline ([b4279ea](https://github.com/stackbuilders/nuxt-utm/commit/b4279ea))
- Update github repository description ([8feca93](https://github.com/stackbuilders/nuxt-utm/commit/8feca93))
- Update npm module name on package.json file ([ad25ba2](https://github.com/stackbuilders/nuxt-utm/commit/ad25ba2))
- Update module version ([b0bf42b](https://github.com/stackbuilders/nuxt-utm/commit/b0bf42b))
- Add module description ([f73d57e](https://github.com/stackbuilders/nuxt-utm/commit/f73d57e))
- **release:** V0.1.1 ([e53a0b9](https://github.com/stackbuilders/nuxt-utm/commit/e53a0b9))
- Fix github actions ([f2e8b9a](https://github.com/stackbuilders/nuxt-utm/commit/f2e8b9a))
- Update github actions and add missing integration tests ([30e8e9e](https://github.com/stackbuilders/nuxt-utm/commit/30e8e9e))
- Typo in integration tests ([10eab4e](https://github.com/stackbuilders/nuxt-utm/commit/10eab4e))
- Add @playwright/test and see if we don't need to install it in CI ([e8f0655](https://github.com/stackbuilders/nuxt-utm/commit/e8f0655))
- Add @playwright/test and see if we don't need to install it in CI" ([e3cfa90](https://github.com/stackbuilders/nuxt-utm/commit/e3cfa90))
- **release:** V0.1.2 ([11de53f](https://github.com/stackbuilders/nuxt-utm/commit/11de53f))
- **release:** V0.1.3 ([5d7cfed](https://github.com/stackbuilders/nuxt-utm/commit/5d7cfed))
- Add repository to package json ([3a469e3](https://github.com/stackbuilders/nuxt-utm/commit/3a469e3))
- **release:** V0.1.4 ([61169cc](https://github.com/stackbuilders/nuxt-utm/commit/61169cc))
- Fix repository name ([f79dc36](https://github.com/stackbuilders/nuxt-utm/commit/f79dc36))
- **release:** V0.1.2 ([899792e](https://github.com/stackbuilders/nuxt-utm/commit/899792e))
- Replace your-org/my-module with stackbuilders/nuxt-utm ([20fcd4e](https://github.com/stackbuilders/nuxt-utm/commit/20fcd4e))
- Remove unused vars ([763f928](https://github.com/stackbuilders/nuxt-utm/commit/763f928))
- Update the README ([936832e](https://github.com/stackbuilders/nuxt-utm/commit/936832e))
- **release:** V0.1.5 ([88312e8](https://github.com/stackbuilders/nuxt-utm/commit/88312e8))
- **release:** V0.1.6 ([efcfa13](https://github.com/stackbuilders/nuxt-utm/commit/efcfa13))
- **release:** V0.1.7 ([03ec2d6](https://github.com/stackbuilders/nuxt-utm/commit/03ec2d6))
- Add keywords to package.json ([8e84abc](https://github.com/stackbuilders/nuxt-utm/commit/8e84abc))
- **release:** V0.1.8 ([6fbe62f](https://github.com/stackbuilders/nuxt-utm/commit/6fbe62f))

### ❤️ Contributors

- Sadjow Leão ([@sadjow](http://github.com/sadjow))
- Luis David Barrera <dbarrera@stackbuilders.com>
- Luis David Barrera Díaz

## v0.1.8

[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.5...v0.1.8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-utm",
"version": "0.1.8",
"version": "0.1.9",
"description": "A Nuxt 3 module for tracking UTM parameters.",
"keywords": [
"nuxt",
Expand Down

0 comments on commit c73f5e1

Please sign in to comment.