Skip to content

Commit

Permalink
feat: version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
santi100a committed Jun 13, 2023
1 parent faf79f0 commit 9ff3b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

jobs:
test:
outputs:
IS_RELEASE_COMMIT: ${{ steps.commit.outputs.IS_RELEASE_COMMIT }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const EFFECTS = {
underline: '\x1b[4m',
blink: '\x1b[5m',
conceal: '\x1b[8m',
};
};

export const COLORS = {
black: '\x1b[30m',
Expand Down

0 comments on commit 9ff3b04

Please sign in to comment.