Skip to content

Commit

Permalink
Release version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJWLabs committed May 17, 2024
1 parent 3ad9511 commit 008527c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luaudoc",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cli/template/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"docusaurus-lunr-search": "^3.4.0",
"docusaurus-plugin-luaudoc": "^1.0.6",
"docusaurus-plugin-luaudoc": "^1.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-admonitions": "^1.2.1"
Expand Down
8 changes: 4 additions & 4 deletions cli/template/root/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docusaurus-plugin-luaudoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-luaudoc",
"version": "1.0.6",
"version": "1.0.7",
"description": "Display your API docs generated from LuauDoc in Docusaurus",
"main": "src/index.js",
"author": "0xJWLabs <0xjwlabs@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion extractor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extractor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "luaudoc"
description = "LuauDoc is a tool for generating documentation from comments in Lua source code."
version = "1.0.6"
version = "1.0.7"
authors = ["0xJWLabs <@0xjwlabs@gmail.com>"]
license = "MPL-2.0"
homepage = "https://github.com/0xjwlabs/ldoc#README.md"
Expand Down

0 comments on commit 008527c

Please sign in to comment.