diff --git a/.changes/fix-types.md b/.changes/fix-types.md deleted file mode 100644 index b43a5a1..0000000 --- a/.changes/fix-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"script": patch ---- - -Adds support to macros, constants and attrs. diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ac4d3..193b08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [1.0.1] +## \[1.0.2] -- Fixed Rust docs IDs written in wrong sidebar index - - [1f504fe](https://github.com/tauri-apps/rustdocusaurus/commit/1f504fe9cf5b42790d3b623a0a30b8918864160b) chore(covector) on 2020-07-27 +- Adds support to macros, constants and attrs. + - [63995e4](https://github.com/tauri-apps/rustdocusaurus/commit/63995e4244ddf990cb56ee69088c64f3499b6f14) add change file on 2021-04-25 + +## \[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 index de30506..36bef6e 100644 --- a/github-action/CHANGELOG.md +++ b/github-action/CHANGELOG.md @@ -1,7 +1,13 @@ # Changelog -## [1.0.1] +## \[1.0.2] -- 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 +- Adds support to macros, constants and attrs. + - Bumped due to a bump in script. + - [63995e4](https://github.com/tauri-apps/rustdocusaurus/commit/63995e4244ddf990cb56ee69088c64f3499b6f14) add change file on 2021-04-25 + +## \[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 60d2d7e..cc581f0 100644 --- a/github-action/package.json +++ b/github-action/package.json @@ -1,7 +1,7 @@ { "name": "rustdocusaurus-action", "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "run-source": "node index.js", diff --git a/package.json b/package.json index 3282256..933d6c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rustdocusaurus", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "license": "MIT", "dependencies": {