Skip to content

Commit

Permalink
ci(release): bump v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhyc committed Aug 12, 2024
1 parent 69f5e8f commit bd81640
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.13.2] - 2024-08-12
### Changed
- chore(deps): bump vue-template-compiler and vue-tsc in /views/chat-view
- Commit: 24217d0ed276e8e16c2a9cddcbf6189c1344f3c4
- feat: Better Compiling Experience (#171)
- Commit: 69f5e8fdafdef444aa54bf37a32d25d99f22181b

## [0.13.1] - 2024-07-20
### Fixed
- fix: autocompletion completion for command beginwith or endwith cite
Expand Down
6 changes: 6 additions & 0 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
"Click to manage compile settings.": "Click to manage compile settings.",
"Select Compiler": "Select Compiler",
"Select Main Document": "Select Main Document",
"Draft Mode": "Draft Mode",
"Normal Mode": "Normal Mode",
"Stop on first error": "Stop on first error",
"Try to compile despite errors": "Try to compile despite errors",
"Compile Mode": "Compile Mode",
"Compile Error Handling": "Compile Error Handling",
"Setting: Compiler": "Setting: Compiler",
"Setting: Main Document": "Setting: Main Document",
"Stop compilation": "Stop compilation",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "overleaf-workshop",
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"version": "0.13.1",
"version": "0.13.2",
"icon": "resources/icons/app_icon.png",
"author": {
"name": "iamhyc",
Expand Down

0 comments on commit bd81640

Please sign in to comment.