Skip to content

Commit

Permalink
Build 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasplevy committed Oct 12, 2022
1 parent f38bb90 commit 672cc2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@lifterlms/dev CHANGELOG
========================

UNRELEASED
----------
v0.2.0 - 2022-10-12
-------------------

+ When using `update-version` with a prerelease version, certain replacements will be automatically excluded.

Expand Down
2 changes: 1 addition & 1 deletion packages/dev/src/cmds/update-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const defaultReplacements = [
* Command: update-version
*
* @since 0.0.1
* @since [version] Added 4th parameter to the replacement arrays to allow excluding replacement sets when building a prerelease.
* @since 0.2.0 Added 4th parameter to the replacement arrays to allow excluding replacement sets when building a prerelease.
*
* @type {Object}
*/
Expand Down

0 comments on commit 672cc2b

Please sign in to comment.