Skip to content

Commit

Permalink
chore(release): 6.3.2-test.2
Browse files Browse the repository at this point in the history
## [6.3.2-test.2](v6.3.2-test.1...v6.3.2-test.2) (2024-12-23)

### Bug Fixes

* fix import paths ([887cd7a](887cd7a))
  • Loading branch information
EmmanuelRoux committed Dec 23, 2024
1 parent 887cd7a commit 813963d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.3.2-test.2](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.3.2-test.1...v6.3.2-test.2) (2024-12-23)


### Bug Fixes

* fix import paths ([887cd7a](https://github.com/EmmanuelRoux/ngx-matomo-client/commit/887cd7a6c62dbaefb82357c16c350ca48fe33e44))

## [6.3.2-test.1](https://github.com/EmmanuelRoux/ngx-matomo-client/compare/v6.3.1...v6.3.2-test.1) (2024-12-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-matomo-client",
"version": "6.3.2-test.1",
"version": "6.3.2-test.2",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-matomo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-matomo-client",
"version": "6.3.2-test.1",
"version": "6.3.2-test.2",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-matomo-client/schematics/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '^6.3.2-test.1';
export const version = '^6.3.2-test.2';

0 comments on commit 813963d

Please sign in to comment.