Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.1](https://github.com/askides/aurora/compare/v4.0.0...v4.0.1) (2026-08-05)


### Bug Fixes

* **signin:** remove the autofocus from the email field ([529dc72](https://github.com/askides/aurora/commit/529dc724f67206ae71730fdc5ed1321cf83f7a20))


### Documentation

* add the readme and restore the license ([be577bb](https://github.com/askides/aurora/commit/be577bb801458ae304d107b8f3d2cc0f39d60cd9))

## [4.0.0](https://github.com/askides/aurora/compare/v2.0.1...v4.0.0) (2026-08-05)

A ground-up rewrite. Nothing is carried over from the 2.x Next.js application —
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aurora",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"description": "Aurora - Open, Cookie-Free Website Analytics",
"author": "Renato Pozzi <renato.pozzi.dev@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tracker",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"description": "Aurora's browser tracking script",
"type": "module",
"scripts": {
Expand Down