Skip to content

Commit b74f2c4

Browse files
committed
Bump version to 1.13.0
1 parent 9db5036 commit b74f2c4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# [1.13.0]
9+
10+
### Added
11+
12+
- A new generic link embed.
13+
- Enable to show metadata from any link that does not match any other enabled embed sources.
14+
- For now, desktop only. Looking into an issue with a dependency on iOS.
15+
- Thanks [@udbhav-s](https://github.com/samwarnick/obsidian-simple-embeds/pull/47) for adding!
816

917
# [1.12.2]
1018

@@ -18,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1826
### Fixed
1927

2028
- Migrated to CodeMirror 6.0 required in Obsidian v0.15.
29+
- Thanks [@NomarCub](https://github.com/samwarnick/obsidian-simple-embeds/pull/50) for fixing!
2130

2231
# [1.12.0]
2332

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "simple-embeds",
33
"name": "Simple Embeds",
4-
"version": "1.12.2",
4+
"version": "1.13.0",
55
"minAppVersion": "0.15.0",
66
"description": "Replaces links, like Twitter and YouTube, with embeds when previewing a file.",
77
"author": "Sam Warnick",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-embeds",
3-
"version": "1.12.2",
3+
"version": "1.13.0",
44
"description": "Searches for Twitter and YouTube links and replaces them with embeds when previewed.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)