Skip to content

Commit 7b5e3dc

Browse files
Version Packages (#158)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bd7858b commit 7b5e3dc

File tree

7 files changed

+14
-27
lines changed

7 files changed

+14
-27
lines changed

.changeset/dry-crabs-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-penguins-hammer.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/gold-bats-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perfect-plants-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-lies-work.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/earljs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# earljs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 7dca1a2: Assertion errors throw with clean (without internal entries) stack traces
8+
- 3973df6: Redo equality algorithm, improve error diffs
9+
10+
### Patch Changes
11+
12+
- 489321e: Add new validators and matchers: `toBeTruthy`, `toBeFalsy`, `toBeDefined`, `toBeNullish`
13+
- 05013cd: Make `toBeAnArrayWith` and `toBeAContainerWith` handle repeated items as expected
14+
- 489321e: Allow to override `toEqual` types via plugins
15+
316
## 0.1.12
417

518
### Patch Changes

packages/earljs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"repository": "git@github.com:earl-js/earl.git",
2222
"author": "Kris Kaczor <chris@kaczor.io>",
2323
"license": "MIT",
24-
"version": "0.1.12",
24+
"version": "0.2.0",
2525
"main": "./dist/index.js",
2626
"types": "./dist/index.d.ts",
2727
"files": [

0 commit comments

Comments
 (0)