git-hash-art 0.0.3 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.release-it.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "commitMessage": "chore: release v${version}"
12
12
  },
13
13
  "hooks": {
14
- "before:init": ["git pull", "yarn lint"],
14
+ "before:init": ["git pull"],
15
15
  "after:bump": "npx auto-changelog -p"
16
16
  }
17
17
  }
package/CHANGELOG.md CHANGED
@@ -4,9 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [0.1.0](https://github.com/gfargo/git-hash-art/compare/0.0.4...0.1.0)
8
+
9
+ - update shape drawing for platonic solids [`c26decd`](https://github.com/gfargo/git-hash-art/commit/c26decd8df9d7d47615efce37da8fdf554cdfcc4)
10
+
11
+ #### [0.0.4](https://github.com/gfargo/git-hash-art/compare/0.0.3...0.0.4)
12
+
13
+ > 29 October 2024
14
+
15
+ - Add TypeScript support and update scripts [`8983ca6`](https://github.com/gfargo/git-hash-art/commit/8983ca69e7232b52fce17e94901c7c67c2f9b62e)
16
+ - Convert shape modules to TypeScript [`103ee82`](https://github.com/gfargo/git-hash-art/commit/103ee82663fc4f940574467601fa5fb4a72856e8)
17
+ - chore: release v0.0.4 [`73ce0cf`](https://github.com/gfargo/git-hash-art/commit/73ce0cf1e41c6e8bfeb8447fcc930b49026e6390)
18
+
7
19
  #### [0.0.3](https://github.com/gfargo/git-hash-art/compare/0.0.2...0.0.3)
8
20
 
21
+ > 28 October 2024
22
+
9
23
  - Add CHANGELOG.md and adjust package.json [`c25cfb3`](https://github.com/gfargo/git-hash-art/commit/c25cfb3dff5054e7dc49c47776c74b6032df914e)
24
+ - chore: release v0.0.3 [`f6cc7bd`](https://github.com/gfargo/git-hash-art/commit/f6cc7bdcf738081b8c929bce8a41fe48aba76182)
10
25
 
11
26
  #### 0.0.2
12
27