Skip to content

Commit 74d5181

Browse files
authored
Merge pull request #2 from trystan2k/release/1.1.1
Release/1.1.1
2 parents a4044c0 + a485181 commit 74d5181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Lint check
15-
uses: azohra/shell-linter@v0.2.0
15+
uses: azohra/shell-linter@v0.4.0

README.md

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

3-
[![v1.1.0](https://img.shields.io/badge/version-1.1.0-brightgreen.svg)](https://github.com/trystan2k/zsh-npm-plugin/tree/v1.1.0)
3+
[![v1.1.1](https://img.shields.io/badge/version-1.1.1-brightgreen.svg)](https://github.com/trystan2k/zsh-npm-plugin/tree/v1.1.1)
44

55
![](https://github.com/trystan2k/zsh-npm-plugin/workflows/CI-workflow/badge.svg)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trystan2k/zsh-npm-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A zsh plugin that add NPM custom alias",
55
"keywords": [
66
"trystan2k",

0 commit comments

Comments
 (0)