Skip to content

Commit

Permalink
Prepare 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeu committed Feb 10, 2021
1 parent 5a297e4 commit 7ddac97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.2] - 2020-07-07
## [0.13.2] - 2021-02-10
### Fixed
- Upgrade dependencies in order to fix vulnerabilities
- Write self-closing tags for Confluence compatibility (e.g. `<hr />`)

## [0.13.1] - 2020-07-06
### Fixed
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmere",
"version": "0.13.1",
"version": "0.13.2",
"description": "Sync your markdown files to confluence.",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -40,7 +40,9 @@
"jest": {
"preset": "ts-jest",
"collectCoverage": true,
"testMatch": ["**/tests/**/*.test.ts"],
"testMatch": [
"**/tests/**/*.test.ts"
],
"collectCoverageFrom": [
"**/*.ts"
]
Expand Down

0 comments on commit 7ddac97

Please sign in to comment.