@nathanvale/chatline 0.2.0-next.0 → 0.2.1
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/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/dist/bin/index.js +0 -5121
- package/dist/index.d.ts +0 -688
- package/dist/index.js +0 -1729
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# chatline
|
|
2
2
|
|
|
3
|
+
## 0.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#115](https://github.com/nathanvale/chatline/pull/115) [`31d4a13`](https://github.com/nathanvale/chatline/commit/31d4a13c076823007873f0a403c25eb8df85b3b2) Thanks [@nathanvale](https://github.com/nathanvale)! - test: verify auto-publish workflow
|
|
8
|
+
|
|
9
|
+
## 0.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#105](https://github.com/nathanvale/chatline/pull/105) [`b8be8df`](https://github.com/nathanvale/chatline/commit/b8be8df3c321c06150fa9a9c5a5a170722496100) Thanks [@nathanvale](https://github.com/nathanvale)! - feat: test next channel prerelease
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#102](https://github.com/nathanvale/chatline/pull/102) [`5756da4`](https://github.com/nathanvale/chatline/commit/5756da4aaa03f546977492d0d5498a0a9300c3e6) Thanks [@nathanvale](https://github.com/nathanvale)! - test: verify auto-publish workflow
|
|
18
|
+
|
|
3
19
|
## 0.2.0-next.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|