Skip to content

Commit

Permalink
Merge branch 'feature/expose-config'
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jun 21, 2022
2 parents 1067999 + da005b4 commit e42f04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ const runTasks = async (opts, di) => {

export default runTasks;

export { Plugin };
export { Plugin, Config };
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-it",
"version": "15.0.0",
"version": "15.1.0-next.0",
"description": "Generic CLI tool to automate versioning and package publishing related tasks.",
"keywords": [
"build",
Expand Down

0 comments on commit e42f04a

Please sign in to comment.