Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Mar 26, 2020
1 parent 7e4e665 commit 1c092b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 2.0.0 - 2020-03-26

#### Breaking Changes

- drop Node 8 / 6 /4 / 0.1x support

*See: [`8a2a961`](https://github.com/testiumjs/testium-cookie/commit/8a2a961d604f373c5e09285e4af2a58853af6b0e)*

#### Commits

* chore: upgrade packages & deprecate node 8 and below - **[@aaarichter](https://github.com/aaarichter)** [#4](https://github.com/testiumjs/testium-cookie/pull/4)
- [`8a2a961`](https://github.com/testiumjs/testium-cookie/commit/8a2a961d604f373c5e09285e4af2a58853af6b0e) **chore:** upgrade packages & deprecate node 8 and below


### 1.0.2

* Apply latest nlm generator - **[@i-tier-bot](https://github.com/i-tier-bot)** [#3](https://github.com/testiumjs/testium-cookie/pull/3)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testium-cookie",
"version": "1.0.2",
"version": "2.0.0",
"description": "Logic for encoding and decoding meta data when interacting with the testium proxy",
"license": "BSD-3-Clause",
"main": "lib/testium-cookie.js",
Expand Down

0 comments on commit 1c092b4

Please sign in to comment.