Skip to content

Commit

Permalink
Merge branch 'release/v5.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Jan 7, 2022
2 parents 6552783 + 5b21c7e commit ad28357
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## MarkdownConverter [Unreleased]

[Show differences](https://github.com/manuth/MarkdownConverter/compare/v5.1.1...dev)
[Show differences](https://github.com/manuth/MarkdownConverter/compare/v5.1.2...dev)

## MarkdownConverter v5.1.2
### Fixed
- Error preventing the extension from running at all
Thanks to [@DaveyJH](https://github.com/DaveyJH) for reporting

### Updated
- All dependencies

[Show differences](https://github.com/manuth/MarkdownConverter/compare/v5.1.1...v5.1.2)

## MarkdownConverter v5.1.1
### Added
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-converter",
"version": "5.1.1",
"version": "5.1.2",
"private": true,
"description": "A markdown-converter for vscode",
"author": "Manuel Thalmann <[email protected]> (https://nuth.ch)",
Expand Down Expand Up @@ -49,7 +49,7 @@
"lint-ide": "npm run lint || exit 0",
"test": "node ./lib/test/runTests",
"prepare": "npm run patchTypeScript && npm run rebuild",
"patchTypeScript": "ts-patch install && ts-patch --persist"
"patchTypeScript": "ts-patch install"
},
"dependencies": {
"@manuth/package-json-editor": "^2.2.5",
Expand All @@ -65,7 +65,7 @@
"get-uri": "^4.0.0",
"glob": "^7.2.0",
"handlebars": "^4.7.7",
"highlight.js": "^11.3.1",
"highlight.js": "^11.4.0",
"lodash.clonedeep": "^4.5.0",
"markdown-it": "^12.3.0",
"markdown-it-anchor": "^8.4.1",
Expand Down
3 changes: 0 additions & 3 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ export = (env: any, argv: any) =>
},
stats: {
warnings: false
},
optimization: {
runtimeChunk: true
}
} as Configuration;
};

0 comments on commit ad28357

Please sign in to comment.