Skip to content

Commit

Permalink
chore: 🤖 release v9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Aug 13, 2024
1 parent ced564b commit 34d56ae
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [9.4.1](https://github.com/phun-ky/speccer/compare/v9.4.0...v9.4.1) (2024-08-13)


### Tasks

* 🤖 bump typedoc from 0.25.13 to 0.26.5 ([90a7a56](https://github.com/phun-ky/speccer/commit/90a7a5600e2490aaa4a14a46da4610229e0864bb))
* 🤖 Update dev file for dissect/anatomy ([f6f9b92](https://github.com/phun-ky/speccer/commit/f6f9b922cf3f67013d98e7af7bbeddb979f932d4))


### Documentation

* ✏️ Update `README.md` ([1c7e3dd](https://github.com/phun-ky/speccer/commit/1c7e3ddaa183e3b43cf40ff5c049f949b69cef71))


### Bug

* 🐛 Use correct background-color for subtle feature ([cd976b6](https://github.com/phun-ky/speccer/commit/cd976b60e3afa46d93c65caa098c01f5eaa7e486))
* 🐛 Use correct versions of typedoc plugins after upgrade ([75add9f](https://github.com/phun-ky/speccer/commit/75add9f2e8af0c92d6086c8e49598101e0b1e441))


### Refactoring

* 💡 Extract functions into separate files ([e8c3fd6](https://github.com/phun-ky/speccer/commit/e8c3fd63c04157e0b573a009c61687f9b218df6c))

## [9.4.0](https://github.com/phun-ky/speccer/compare/v9.3.0...v9.4.0) (2024-08-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phun-ky/speccer",
"version": "9.4.0",
"version": "9.4.1",
"description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
"main": "dist/speccer.js",
"module": "dist/speccer.esm.js",
Expand Down

0 comments on commit 34d56ae

Please sign in to comment.