Skip to content

Commit

Permalink
bump up version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Sep 10, 2023
1 parent b1d9845 commit b252053
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.0.1 (September 10, 2023)

- fix: Variable expansion in rules and Lang-rules: 125

## 1.0.0 (May 3, 2023)

- feat: Mac Support for Rich Text Paste #74
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-markdown-paste-image",
"displayName": "Markdown Paste",
"description": "A smartly paste for markdown.",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "telesoho",
"author": {
"name": "telesoho",
Expand Down

0 comments on commit b252053

Please sign in to comment.