Skip to content

Commit

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

## [9.0.1](https://github.com/phun-ky/speccer/compare/v9.0.0...v9.0.1) (2024-02-13)


### Tasks

* 🤖 Add `putout` ([407c90f](https://github.com/phun-ky/speccer/commit/407c90f9cc4dd8a07d38614d3d2fcb56a21f3d9e))

## [9.0.0](https://github.com/phun-ky/speccer/compare/v8.0.6...v9.0.0) (2024-02-13)


Expand Down
2 changes: 1 addition & 1 deletion api/modules/utils_cardinal.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ const direction = cardinal_direction_crude(45);

#### Defined in

[utils/cardinal.ts:49](https://github.com/phun-ky/speccer/blob/main/src/utils/cardinal.ts#L49)
[utils/cardinal.ts:57](https://github.com/phun-ky/speccer/blob/main/src/utils/cardinal.ts#L57)
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.0",
"version": "9.0.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 ceab2dc

Please sign in to comment.