Skip to content

Commit

Permalink
v0.2.0 — Updated dom-buddy dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mullins committed Jan 21, 2019
1 parent 52ee542 commit 52aaf15
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v0.2.0
------------------------------
*January 21, 2019*

### Changed
- Updated `dom-buddy` dependency.


v0.1.0
------------------------------
*March 13, 2018*
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "js-test-buddy",
"version": "0.1.0",
"version": "0.2.0",
"description": "JS unit test helper functions.",
"main": "dist/index.js",
"files": [
Expand All @@ -10,7 +10,7 @@
"author": "Damian Mullins <damian@lowflyingowls.co.uk>",
"license": "MIT",
"dependencies": {
"dom-buddy": "2.3.0"
"dom-buddy": "2.4.0"
},
"devDependencies": {
"@justeat/eslint-config-fozzie": "1.4.0",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -1538,9 +1538,10 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"

dom-buddy@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/dom-buddy/-/dom-buddy-2.3.0.tgz#e287ba86f4b905283f6095bdd66bdbce70346bc0"
dom-buddy@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/dom-buddy/-/dom-buddy-2.4.0.tgz#ab3a1406e811b0c86bdc5e5d5824777240e25268"
integrity sha512-GxBHVA9B45P7B9KF7hWCtoZyAj7JEb9cCILPmiHOeR9OpDz3CuNsm1zDk3unNvcMemZDVw1niSDJBCdLk3mkxg==

domexception@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 52aaf15

Please sign in to comment.