Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Oct 20, 2021
1 parent 7ad983e commit ce42286
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.2 (2021-10-20)


### Features

* :sparkles: Initial working plugin! ([7ad983e](https://github.com/SkepticMystic/advanced-cursors/commit/7ad983ed2b0f0bd0d0ac11693efe9d16d429196f))
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "advanced-cursors",
"name": "Advanced Cursors",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.12.18",
"description": "Use multiple cursors even more powerfully.",
"author": "SkepticMystic",
"authorUrl": "https://github.com/SkepticMystic/advanced-cursors",
"isDesktopOnly": false
}
}
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "advanced-cursors",
"version": "0.0.1",
"version": "0.0.2",
"description": "Use multiple cursors even more powerfully",
"main": "main.js",
"scripts": {
"dev": "esbuild main.ts --bundle --external:obsidian --outdir=. --target=es2016 --format=cjs --sourcemap=inline --watch",
"build": "esbuild main.ts --bundle --external:obsidian --outdir=. --target=es2016 --format=cjs"
"build": "esbuild main.ts --bundle --external:obsidian --outdir=. --target=es2016 --format=cjs",
"release": "standard-version"
},
"standard-version": {
"t": ""
},
"keywords": [],
"author": "",
Expand All @@ -16,5 +20,8 @@
"obsidian": "^0.12.17",
"tslib": "2.3.1",
"typescript": "4.4.4"
},
"dependencies": {
"standard-version": "^9.3.2"
}
}

0 comments on commit ce42286

Please sign in to comment.