Skip to content

Commit

Permalink
Version 6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alar of Runetotem committed Nov 11, 2024
1 parent 0fd4d47 commit bd43dee
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions RelNotes.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
-- AUTOGENERATED 2024-11-09T07:56:10+00:00
---@diagnostic disable: undefined-field, inject-field
-- AUTOGENERATED 2024-11-11T21:02:33+00:00---@diagnostic disable: undefined-field, inject-field
local me=...
---@class AceAddon
local hlp=LibStub("AceAddon-3.0"):GetAddon(me)
local hlp=LibStub('AceAddon-3.0'):GetAddon(me)
function hlp:loadHelp()
self:HF_Title([[Pet Care]],[[RELNOTES]])
self:HF_Paragraph('Description')
Expand All @@ -16,21 +14,13 @@ can play a sound if you enter a non PVP instance with Growl active
alerts can be disabled in PVP
]])
self:HF_Paragraph('Release Notes')
self:RelNotes(6,11,0,[[
Toc: 11.0.5
self:RelNotes(6,11,1,[[
Feature: Create main.yml
]])
self:RelNotes(6,10,4,[[
Fix: was not loading
Fix: UnitBuff error
]])
self:RelNotes(6,10,2,[[
Library update
]])
self:RelNotes(6,10,1,[[
Toc: 11.0.0, 11.0.2
self:RelNotes(6,10,0,[[
Feature: Version 99.99.99
]])
self:RelNotes(6,9,1,[[
Toc: 10.2.7
Fix: Mend Pet/ Revive pet selection restored
]])
self:RelNotes(6,8,1,[[
Expand Down

0 comments on commit bd43dee

Please sign in to comment.