Skip to content

Commit 2ab5480

Browse files
committed
chore(release): 1.2.2
1 parent e53cd99 commit 2ab5480

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="1.2.2"></a>
2+
3+
## [1.2.2](https://github.com/JamieMason/syncpack/compare/1.0.2...1.2.2) (2018-02-10)
4+
5+
### Features
6+
7+
* **core:** add format command ([bae1133](https://github.com/JamieMason/syncpack/commit/bae1133))
8+
* **core:** output current version ([e53cd99](https://github.com/JamieMason/syncpack/commit/e53cd99))
9+
110
<a name="1.0.2"></a>
211

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

DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syncpack
22

3-
Normalise differences in packages/\*/package.json files in Lerna Monorepos
3+
Manage multiple package.json files in Lerna Monorepos
44

55
## Installation
66

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
3-
"description": "Normalise differences in packages/*/package.json files in Lerna Monorepos",
4-
"version": "1.0.2",
3+
"description": "Manage multiple package.json files in Lerna Monorepos",
4+
"version": "1.2.2",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)