Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromav committed Sep 27, 2022
1 parent 128afb5 commit 0e46545
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.2.1] - 2022-09-27
### Fixed
- [Script] Remove source maps
- [Script] Remove source maps (#24)
- [Dashboard] Fix UTC date detection (#25)
- [Dashboard] Improve domain guessing
- [Dashboard] Fix chart tooltip
- [Dashboard] Fix date selector width (#23)
- [Dashboard] Fix scroll behaviour (#17)

## [1.2.0] - 2022-09-06
### Changed
Expand All @@ -32,7 +37,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.0...HEAD
[Unreleased]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.1...HEAD
[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
[1.0.0]: https://github.com/tinybirdco/web-analytics-starter-kit/tree/1.0.0
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.1",
"main": "dist/index.js",
"description": "Tinybird web analytics tracking script",
"author": "Tinybird team",
Expand Down

1 comment on commit 0e46545

@vercel
Copy link

@vercel vercel bot commented on 0e46545 Sep 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.