Skip to content

Commit

Permalink
Merge pull request #378 from Financial-Times/release-please--branches…
Browse files Browse the repository at this point in the history
…--main

chore: release main
  • Loading branch information
jkerr321 authored Mar 23, 2023
2 parents 951888f + 6c8d475 commit 6a47ff0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"core/cli": "2.6.2",
"core/create": "2.7.0",
"core/create": "2.7.1",
"lib/error": "2.0.1",
"lib/logger": "2.2.1",
"lib/options": "2.0.15",
Expand Down
7 changes: 7 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
* devDependencies
* dotcom-tool-kit bumped from ^2.6.0 to ^2.6.1

## [2.7.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.7.0...create-v2.7.1) (2023-03-23)


### Bug Fixes

* **create:** load config via user's local dotcom-tool-kit package ([60b2829](https://github.com/Financial-Times/dotcom-tool-kit/commit/60b28299ed5461da07da99741916f83c43ef3e89))

## [2.7.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.6.1...create-v2.7.0) (2023-03-22)


Expand Down
2 changes: 1 addition & 1 deletion core/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/create",
"version": "2.7.0",
"version": "2.7.1",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand Down

0 comments on commit 6a47ff0

Please sign in to comment.