Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromav committed Sep 28, 2022
1 parent 6ead042 commit 0eb6468
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [1.2.2] - 2022-09-28
### Fixed
- [Dashboard] Stop using Google's favicon service (#30)
- [Script] Fix `Content-Type` (#33)
Expand Down Expand Up @@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Script] Add tracking script
- [Dashboard] Add dashboard

[Unreleased]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.1...HEAD
[Unreleased]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.2...HEAD
[1.2.2]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.1.0...1.0.0
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinybirdco/analytics-dashboard",
"version": "1.3.0-SNAPSHOT",
"version": "1.2.2",
"description": "Tinybird web analytics dashboard",
"homepage": "https://github.com/tinybirdco/web-analytics-starter-kit/tree/main/dashboard#README",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinybirdco/flock.js",
"version": "1.3.0-SNAPSHOT",
"version": "1.2.2",
"main": "dist/index.js",
"description": "Tinybird web analytics tracking script",
"author": "Tinybird team",
Expand Down

0 comments on commit 0eb6468

Please sign in to comment.