Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.7...v0.2.0) (2022-03-11)

### Bug Fixes

* set minimal node.js version to 14 ([#13](#13)) ([da87f68](da87f68))

### Features

* require node >= 16.x ([#12](#12)) ([e30b823](e30b823))
  • Loading branch information
semantic-release-bot authored and kettanaito committed Mar 11, 2022
1 parent 449631d commit e9f59e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mswjs/cookies",
"version": "0.1.7",
"version": "0.2.0",
"description": "Virtual cookies store to manage Request/Response associations.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e9f59e3

Please sign in to comment.