Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joao10lima committed Nov 16, 2021
1 parent 8428adb commit afed003
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Format JavaScript
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Lint JavaScript
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Format Python
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Lint Python
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: SAST
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Format Python
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Lint Python
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: SAST
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Format Python
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: Lint Python
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated with pipelinit 0.2.1
# Generated with pipelinit 0.2.2
# https://pipelinit.com/
name: SAST
on:
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/version_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { output, test } from "./helpers.ts";

test({ args: ["--version"] }, async (proc) => {
const [stdout, _stderr, { code }] = await output(proc);
assertEquals(stdout, "0.2.1");
assertEquals(stdout, "0.2.2");
assertEquals(code, 0);
});
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipelinit/core",
"version": "0.2.1",
"version": "0.2.2",
"description": "Stack detection and CI configuration writing from pipelinit",
"exports": "./dist/mod.js",
"types": "./dist/mod.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion core/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PIPELINIT_VERSION = "0.2.1";
export const PIPELINIT_VERSION = "0.2.2";

0 comments on commit afed003

Please sign in to comment.