Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Sep 11, 2024
1 parent 96be0d5 commit c1a9212
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-bees-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-otters-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-camels-smell.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mocha-chai-rdf

## 0.1.1

### Patch Changes

- 4a2a479: Fixes exports for ts-node (see https://github.com/TypeStrong/ts-node/issues/1934)
- 28a69a4: Type for `toMatchSnapshot` was not automatically imported with `snapshots.js`
- 96be0d5: Added license to package.json

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mocha-chai-rdf",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"lint": "eslint . --quiet --ext .ts --ignore-path .gitignore",
"test": "c8 --all --reporter=lcov --reporter=text mocha test/index.test.ts",
Expand Down

0 comments on commit c1a9212

Please sign in to comment.