Skip to content

Commit

Permalink
Merge pull request #970 from pmcelhaney/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
pmcelhaney authored Jul 1, 2024
2 parents e8ea0c0 + ff8107a commit 0e003e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-poets-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-cows-fly.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# counterfact

## 1.0.0

### Major Changes

- e2f8ac8: Version 1.0!

### Patch Changes

- e2f8ac8: replaced koa-proxy with koa-proxies to get rid of a deprecation warning (as it turns out, koa-proxies had a different deprecation, but I was able to fix it with patch-package; unfortunately none of the alternatives seem to be currently maintained)

## 0.46.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counterfact",
"version": "0.46.0",
"version": "1.0.0",
"description": "a library for building a fake REST API for testing",
"type": "module",
"main": "./src/server/counterfact.js",
Expand Down

0 comments on commit 0e003e5

Please sign in to comment.