Skip to content

Commit

Permalink
chore: Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen authored and phated committed Nov 22, 2021
1 parent 7cbab70 commit 761eece
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.12.0:
date: 2014-06-27
changes:
- Respect order of extensions when searching for config.
- Rename `configNameRegex` environment property to `configNameSearch`.
v0.11.3:
date: 2014-06-09
changes:
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11 -> 0.12
In the environment invoked by the `launch` callback, `configNameRegex` has been renamed to `configNameSearch`. It now returns an array of valid config names instead of a regular expression.


# 0.10 -> 0.11
The method signature for `launch` was changed in this version of Liftoff.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liftoff",
"description": "Launch your command line tool with ease.",
"version": "0.11.3",
"version": "0.12.0",
"homepage": "https://github.com/tkellen/node-liftoff",
"author": {
"name": "Tyler Kellen",
Expand Down

0 comments on commit 761eece

Please sign in to comment.