This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.1.2](v2.1.1...v2.1.2) (2022-03-02) ### Bug Fixes * **auth:** invalidate session on HTTP 401 ([2014ea2](2014ea2))
- Loading branch information
1 parent
ffb2fd4
commit 46e8fb3
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "timed", | ||
"version": "2.1.0", | ||
"version": "2.1.2", | ||
"description": "A time tracking software written in Ember.js", | ||
"repository": "https://github.com/adfinis-sygroup/timed-frontend", | ||
"author": "Adfinis AG <[email protected]>", | ||
|