Merge pull request #13 from tauri-apps/release

Publish New Versions
This commit is contained in:
Lucas Fernandes Nogueira
2021-04-25 17:16:28 -03:00
committed by GitHub
5 changed files with 20 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
---
"script": patch
---
Adds support to macros, constants and attrs.

View File

@@ -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

View File

@@ -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

View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "rustdocusaurus",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"license": "MIT",
"dependencies": {