Skip to content

Commit 8a7c2ee

Browse files
committed
Release 1.9.0
1 parent d0e6696 commit 8a7c2ee

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
# [Unreleased]
8+
# [1.9.0]
99

1010
### Added
1111

@@ -106,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106106
- Initial release 🎉
107107

108108
[Unreleased]: https://github.com/samwarnick/obsidian-simple-embeds/compare/1.8.0...HEAD
109+
[1.9.0]: https://github.com/samwarnick/obsidian-simple-embeds/compare/1.8.0...1.9.0
109110
[1.8.0]: https://github.com/samwarnick/obsidian-simple-embeds/compare/1.7.0...1.8.0
110111
[1.7.0]: https://github.com/samwarnick/obsidian-simple-embeds/compare/1.6.3...1.7.0
111112
[1.6.3]: https://github.com/samwarnick/obsidian-simple-embeds/compare/1.6.2...1.6.3

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.8.0",
4+
"version": "1.9.0",
55
"minAppVersion": "0.9.12",
66
"description": "Replaces Twitter and YouTube links 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.8.0",
3+
"version": "1.9.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)