Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 22, 2024
1 parent e17b7f2 commit 6e2db9f
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ test/**
**/jsconfig.json
**/*.map
**/.eslintrc.json
eslint.config.mjs
package.json
pnpm-lock.yaml
.github/

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@



## 1.3.4 // 2024-09-22
### 📦️ Updates
- Bump Typopo package to its latest version ([2.5.8](https://github.com/surfinzap/typopo/releases/tag/2%2F5%2F8))
- Bump devDependencies to their latest versions


## 1.3.3 // 2024-09-11
### 📦️ Updates
- Bump Typopo package to its latest version ([2.5.7](https://github.com/surfinzap/typopo/releases/tag/2%2F5%2F7))
Expand Down
Binary file modified assets/typopo--vs-code-animation--html.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/typopo--vs-code-animation--md.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/typopo--vs-code-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typopo-vscode",
"displayName": "Typopo",
"description": "Fix frequent microtypography errors in multiple languages in VS Code with Typopo. Write neat texts without bothering about typography rules. Typopo works for English, German, Slovak, Czech and Rusyn language.",
"version": "1.3.3",
"version": "1.3.4",
"publisher": "brano",
"icon": "assets/typopo--logotype--128.png",
"engines": {
Expand Down Expand Up @@ -95,9 +95,9 @@
"lint": "eslint extension.js"
},
"devDependencies": {
"eslint": "^9.10.0"
"eslint": "^9.11.0"
},
"dependencies": {
"typopo": "^2.5.7"
"typopo": "^2.5.8"
}
}
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit 6e2db9f

Please sign in to comment.