Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danbartram committed Sep 9, 2023
1 parent 602765a commit fd12ff4
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next
## 1.1.0

- Add `manager` to recipe context
- This is an instance of `RecipeManager`, to enable more powerful `getNamedId` usages
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data-bakery",
"version": "1.0.3",
"description": "A tool to prepare test data",
"version": "1.1.0",
"description": "A tool to prepare test SQL data for integration tests",
"main": "./src/recipe-helper.js",
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "data-bakery-snapshot-tests",
"version": "1.0.0",
"dependencies": {
"data-bakery": "file:../../data-bakery-0.0.1.tgz"
"data-bakery": "file:../../data-bakery-1.0.3.tgz"
}
}

0 comments on commit fd12ff4

Please sign in to comment.