Skip to content

Commit

Permalink
Release version 1.7.63.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Nov 18, 2024
1 parent e800440 commit 4abc4e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.7.63 (2024-11-18)

### New Features

* **jest-config:** add support for inline snapshots (e8004409)

## 1.7.62 (2024-11-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@repodog/jest-config",
"description": "The Repodog Jest config module.",
"version": "29.0.3",
"version": "29.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/repodog",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "repodog",
"description": "An command line module for managing repositories and a set of configs for popular tooling.",
"version": "1.7.62",
"version": "1.7.63",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -84,4 +84,4 @@
"ws": ">=8.17.1"
}
}
}
}

0 comments on commit 4abc4e7

Please sign in to comment.