Skip to content

Commit 62db9e9

Browse files
authored
release(patch): v1.2.1 (#109)
1 parent 6fb835c commit 62db9e9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.2.0"
3+
"version": "1.2.1"
44
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/clang-format-git-python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git-python",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Node repackaging of the git-clang-format Python script. This package requires Python3 as a dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -53,6 +53,6 @@
5353
"chmod": "find ./src/script ./build/script -type f -exec chmod 755 {} + || true"
5454
},
5555
"dependencies": {
56-
"clang-format-node": "^1.2.0"
56+
"clang-format-node": "^1.2.1"
5757
}
5858
}

packages/clang-format-git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-git",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Node repackaging of the git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉",
55
"main": "build/index.js",
66
"files": [
@@ -52,6 +52,6 @@
5252
"chmod": "find ./src/bin ./build/bin -type f -exec chmod 755 {} + || true"
5353
},
5454
"dependencies": {
55-
"clang-format-node": "^1.2.0"
55+
"clang-format-node": "^1.2.1"
5656
}
5757
}

packages/clang-format-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clang-format-node",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Node repackaging of the clang-format native binary inspired by angular/clang-format.🐉",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)