We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680852d commit c9f2469Copy full SHA for c9f2469
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [2.2.0]
4
+
5
+- Add support for links inside angle brackets [#25](https://github.com/mathiassoeholm/markdown-link-updater/issues/25).
6
7
## [2.1.3]
8
9
- Fix bug where it would mangle the links if multiple links were renamed on the same line. Thanks to Higurashi-kagome.
package.json
@@ -8,7 +8,7 @@
"repository": {
"url": "https://github.com/mathiassoeholm/markdown-link-updater"
10
},
11
- "version": "2.1.3",
+ "version": "2.2.0",
12
"license": "MIT",
13
"publisher": "mathiassoeholm",
14
"engines": {
@@ -79,4 +79,4 @@
79
"glob": "^7.1.6",
80
"minimatch": "^3.0.4"
81
}
82
-}
+}
0 commit comments