Skip to content

Commit a428621

Browse files
authored
docs: add versioning to mods module
1 parent 64256a0 commit a428621

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

types/mods.d.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
local stringify ---@module "mods.stringify"
44
local template ---@module "mods.template"
55

6+
local version = "mods 0.6.0" -- x-release-please-version
7+
68
---
79
---Entry point that exposes all modules under one 💤 lazily loaded table.
810
---
@@ -29,6 +31,7 @@ local template ---@module "mods.template"
2931
---@field date mods.Date
3032
---@field duration mods.Duration
3133
local M = {
34+
_VERSION = version,
3235
stringify = stringify,
3336
template = template,
3437
}

0 commit comments

Comments
 (0)