Skip to content

Commit c9f2469

Browse files
Prepare version 2.2.0
1 parent 680852d commit c9f2469

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.2.0]
4+
5+
- Add support for links inside angle brackets [#25](https://github.com/mathiassoeholm/markdown-link-updater/issues/25).
6+
37
## [2.1.3]
48

59
- Fix bug where it would mangle the links if multiple links were renamed on the same line. Thanks to Higurashi-kagome.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": {
99
"url": "https://github.com/mathiassoeholm/markdown-link-updater"
1010
},
11-
"version": "2.1.3",
11+
"version": "2.2.0",
1212
"license": "MIT",
1313
"publisher": "mathiassoeholm",
1414
"engines": {
@@ -79,4 +79,4 @@
7979
"glob": "^7.1.6",
8080
"minimatch": "^3.0.4"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)