diff --git a/manifest.json b/manifest.json index a05ad8b..b7fe645 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-markdown-links", "name": "Better Markdown Links", - "version": "1.1.1", + "version": "1.2.0", "description": "Adds support for angle bracket links and manages relative links properly", "author": "mnaoumov", "authorUrl": "https://github.com/mnaoumov/", diff --git a/package-lock.json b/package-lock.json index 8abc102..8089595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "better-markdown-links", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "better-markdown-links", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@stylistic/eslint-plugin": "^2.3.0", diff --git a/package.json b/package.json index 6e10ac0..8fc1d0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-markdown-links", - "version": "1.1.1", + "version": "1.2.0", "description": "Adds support for angle bracket links and manages relative links properly", "scripts": { "build": "tsx scripts/npmScriptExecutor.ts build", diff --git a/versions.json b/versions.json index 2460c0f..352adce 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "1.6.5", "1.0.3": "1.6.5", "1.1.0": "1.6.5", - "1.1.1": "1.6.5" + "1.1.1": "1.6.5", + "1.2.0": "1.6.5" }