git-hash-art 0.0.3 → 0.0.4

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,18 @@ 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.0.4](https://github.com/gfargo/git-hash-art/compare/0.0.3...0.0.4)
8
+
9
+ - Add TypeScript support and update scripts [`8983ca6`](https://github.com/gfargo/git-hash-art/commit/8983ca69e7232b52fce17e94901c7c67c2f9b62e)
10
+ - Convert shape modules to TypeScript [`103ee82`](https://github.com/gfargo/git-hash-art/commit/103ee82663fc4f940574467601fa5fb4a72856e8)
11
+ - Simplify linting and testing scripts [`ea364ea`](https://github.com/gfargo/git-hash-art/commit/ea364ea8912b70818d5b38ee41353e7c43a4d2c8)
12
+
7
13
  #### [0.0.3](https://github.com/gfargo/git-hash-art/compare/0.0.2...0.0.3)
8
14
 
15
+ > 28 October 2024
16
+
9
17
  - Add CHANGELOG.md and adjust package.json [`c25cfb3`](https://github.com/gfargo/git-hash-art/commit/c25cfb3dff5054e7dc49c47776c74b6032df914e)
18
+ - chore: release v0.0.3 [`f6cc7bd`](https://github.com/gfargo/git-hash-art/commit/f6cc7bdcf738081b8c929bce8a41fe48aba76182)
10
19
 
11
20
  #### 0.0.2
12
21