Skip to content

Commit

Permalink
chore(release): 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 10, 2018
1 parent e53cd99 commit 2ab5480
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="1.2.2"></a>

## [1.2.2](https://github.com/JamieMason/syncpack/compare/1.0.2...1.2.2) (2018-02-10)

### Features

* **core:** add format command ([bae1133](https://github.com/JamieMason/syncpack/commit/bae1133))
* **core:** output current version ([e53cd99](https://github.com/JamieMason/syncpack/commit/e53cd99))

<a name="1.0.2"></a>

## [1.0.2](https://github.com/JamieMason/syncpack/compare/1.0.1...1.0.2) (2018-02-02)
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syncpack

Normalise differences in packages/\*/package.json files in Lerna Monorepos
Manage multiple package.json files in Lerna Monorepos

## Installation

Expand Down
2 changes: 1 addition & 1 deletion 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": "syncpack",
"description": "Normalise differences in packages/*/package.json files in Lerna Monorepos",
"version": "1.0.2",
"description": "Manage multiple package.json files in Lerna Monorepos",
"version": "1.2.2",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 2ab5480

Please sign in to comment.