diff --git a/.changes/change.md b/.changes/change.md deleted file mode 100644 index 2f8226f..0000000 --- a/.changes/change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"script": patch ---- - -Fixed Rust docs IDs written in wrong sidebar index \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f7ac4d3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## [1.0.1] + +- Fixed Rust docs IDs written in wrong sidebar index + - [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27 diff --git a/github-action/CHANGELOG.md b/github-action/CHANGELOG.md new file mode 100644 index 0000000..de30506 --- /dev/null +++ b/github-action/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [1.0.1] + +- Fixed Rust docs IDs written in wrong sidebar index + - Bumped due to a bump in script. + - [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27 diff --git a/github-action/package.json b/github-action/package.json index d5835bc..60d2d7e 100644 --- a/github-action/package.json +++ b/github-action/package.json @@ -1,7 +1,7 @@ { "name": "rustdocusaurus-action", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "run-source": "node index.js", diff --git a/github-action/yarn.lock b/github-action/yarn.lock new file mode 100644 index 0000000..2d35e64 --- /dev/null +++ b/github-action/yarn.lock @@ -0,0 +1,13 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@actions/core@^1.2.4": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.4.tgz#96179dbf9f8d951dd74b40a0dbd5c22555d186ab" + integrity sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg== + +"@zeit/ncc@^0.22.3": + version "0.22.3" + resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.3.tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd" + integrity sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ== diff --git a/package.json b/package.json index 14cbf79..3282256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rustdocusaurus", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "license": "MIT", "dependencies": {