Skip to content

Commit d517744

Browse files
build(release): 🚀 v10.2.11 🦉
## Version 10.2.11 ### 🛠 Fixes & Updates * lightbox images in cards ([#1179](#1179)) ([3464c9d](3464c9d)) * npm linking ([#1182](#1182)) ([43db6ac](43db6ac)) <!--SKIP CI-->
1 parent da5cb8d commit d517744

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
===
33

4+
## Version 10.2.11
5+
### 🛠 Fixes & Updates
6+
7+
* lightbox images in cards ([#1179](https://github.com/readmeio/markdown/issues/1179)) ([3464c9d](https://github.com/readmeio/markdown/commit/3464c9d7bc4e9f3963a8259a47eafc402a38ae9a))
8+
* npm linking ([#1182](https://github.com/readmeio/markdown/issues/1182)) ([43db6ac](https://github.com/readmeio/markdown/commit/43db6ac27c9a3d69eb898e83a2a3b775e8b46cae))
9+
410
## Version 10.2.10
511
### 🛠 Fixes & Updates
612

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@readme/markdown",
33
"description": "ReadMe's React-based Markdown parser",
44
"author": "Rafe Goldberg <[email protected]>",
5-
"version": "10.2.10",
5+
"version": "10.2.11",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
 (0)