Skip to content

Commit 581c3eb

Browse files
committed
v2.0.3
1 parent 3c53fc6 commit 581c3eb

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v2.0.3 (2021-03-26)
2+
3+
#### 🏡 Internal
4+
5+
* [#7](https://github.com/testiumjs/testium-cookie/pull/7) chore: switch to main & update packages ([@aaarichter](https://github.com/aaarichter))
6+
7+
18
### 2.0.2 - 2021-02-17
29

310
* chore(deps): Bump ini from 1.3.5 to 1.3.8 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#6](https://github.com/testiumjs/testium-cookie/pull/6)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![nlm-chat](https://img.shields.io/badge/chat-http%3A%2F%2Fsignup.testiumjs.com%2F-F4D03F?logo=chat&logoColor=white)](http://signup.testiumjs.com/)
2+
[![nlm-github](https://img.shields.io/badge/github-testiumjs%2Ftestium--cookie%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/testiumjs/testium-cookie/issues)
3+
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
4+
![nlm-version](https://img.shields.io/badge/version-2.0.3-blue?logo=version&logoColor=white)
15
# testium-cookie [![Build Status](https://travis-ci.org/testiumjs/testium-cookie.svg?branch=main)](https://travis-ci.org/testiumjs/testium-cookie)
26

37
WebDriver does not return status codes or response headers.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testium-cookie",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Logic for encoding and decoding meta data when interacting with the testium proxy",
55
"license": "BSD-3-Clause",
66
"main": "lib/testium-cookie.js",

0 commit comments

Comments
 (0)