mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +00:00
Bump VERSION to 1.0.5
This commit is contained in:
parent
060eb44497
commit
b1202f959e
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.0.5 (2022-05-25)
|
||||||
|
|
||||||
|
- Silence SQLite3 warnings
|
||||||
|
|
||||||
## 1.0.4 (2021-06-07)
|
## 1.0.4 (2021-06-07)
|
||||||
|
|
||||||
- Support Mozilla's cookie storage format up to version 7.
|
- Support Mozilla's cookie storage format up to version 7.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module HTTP
|
module HTTP
|
||||||
class Cookie
|
class Cookie
|
||||||
VERSION = "1.0.4"
|
VERSION = "1.0.5"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue