Skip to content

Commit

Permalink
chore: 🤖 release v9.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Feb 17, 2024
1 parent e5ed996 commit d9acef7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [9.0.6](https://github.com/phun-ky/speccer/compare/v9.0.5...v9.0.6) (2024-02-17)


### Tasks

* 🤖 Upgrade github actions versions ([116943a](https://github.com/phun-ky/speccer/commit/116943aca700f74f867f599700282449498e9e61))


### Documentation

* ✏️ Update lazy loading example in `README.md` ([b8ae2b9](https://github.com/phun-ky/speccer/commit/b8ae2b9c6c4bde97b988cb565d0a45be980d5a1f))

## [9.0.5](https://github.com/phun-ky/speccer/compare/v9.0.4...v9.0.5) (2024-02-17)


Expand Down
2 changes: 2 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
- [utils/cardinal](modules/utils_cardinal.md)
- [utils/classes/DrawSVGCurlyBracket](modules/utils_classes_DrawSVGCurlyBracket.md)
- [utils/classes/DrawSVGLine](modules/utils_classes_DrawSVGLine.md)
- [utils/classes/\_\_tests\_\_/DrawSVGCurlyBracket.test](modules/utils_classes___tests___DrawSVGCurlyBracket_test.md)
- [utils/classes/\_\_tests\_\_/DrawSVGLine.test](modules/utils_classes___tests___DrawSVGLine_test.md)
- [utils/classnames](modules/utils_classnames.md)
- [utils/constants](modules/utils_constants.md)
- [utils/coords](modules/utils_coords.md)
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.0.5",
"version": "9.0.6",
"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 d9acef7

Please sign in to comment.