Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Jul 25, 2024
1 parent 4ce8b02 commit f98ed88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "emera",
"name": "Emera",
"version": "1.1.1",
"version": "1.2.0",
"minAppVersion": "1.6.5",
"description": "Enables you to use custom React components and inline JavaScript in Obsidian, kinda like MDX.",
"author": "OlegWock",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-emera",
"version": "1.1.1",
"version": "1.2.0",
"description": "MDX for Obsidian. Kinda.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/bundler.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { rollup, type Plugin as RollupPlugin } from '@rollup/browser';
import { normalizePath, Notice } from 'obsidian';
import * as Babel from '@babel/standalone';
import { ComponentType, ReactNode } from 'react';
import { ReactNode } from 'react';
import type { EmeraPlugin } from './plugin';
import { EMERA_GET_SCOPE, EMERA_MODULES } from './consts';
import { getScope, ScopeNode } from './scope';
Expand Down

0 comments on commit f98ed88

Please sign in to comment.