Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Jul 9, 2023
1 parent cded03e commit bb2abcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "rzk-1-experimental-highlighting" extension will be d

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

### v0.3.5 — 2022-07-09

- Add a bundler to prevent shipping node_modules folder (see [#33](https://github.com/fizruk/vscode-rzk/pull/33))

### v0.3.4 — 2022-07-06

Minor improvements:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "rzk syntax highlighting",
"description": "Syntax Highlighting for rzk, an experimental proof assistant for synthetic ∞-categories",
"icon": "images/icon.png",
"version": "0.3.4",
"version": "0.3.5",
"repository": "https://github.com/fizruk/vscode-rzk",
"publisher": "NikolaiKudasovfizruk",
"main": "./out/extension.js",
Expand Down

0 comments on commit bb2abcb

Please sign in to comment.