@nathanvale/chatline 0.1.0-next.3 → 0.2.0-next.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/CHANGELOG.md +28 -0
- package/dist/bin/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# chatline
|
|
2
2
|
|
|
3
|
+
## 0.2.0-next.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#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
|
|
12
|
+
|
|
13
|
+
## 0.1.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
- [#90](https://github.com/nathanvale/chatline/pull/90) [`f4e5fb8`](https://github.com/nathanvale/chatline/commit/f4e5fb8a268755db2955e00cc257bceb4bb881a3) Thanks [@nathanvale](https://github.com/nathanvale)! - feat: test next channel prerelease
|
|
18
|
+
|
|
19
|
+
- [#98](https://github.com/nathanvale/chatline/pull/98) [`7153155`](https://github.com/nathanvale/chatline/commit/7153155be6d2fa298c3c6cef724ca3285bdc5376) Thanks [@nathanvale](https://github.com/nathanvale)! - test: verify next channel version and publish workflow
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#48](https://github.com/nathanvale/chatline/pull/48) [`90af4ec`](https://github.com/nathanvale/chatline/commit/90af4ec40a27d2642b3772b78f3cbcc20ba25be2) Thanks [@nathanvale](https://github.com/nathanvale)! - Canary test changeset to exercise the publish pipeline.
|
|
24
|
+
|
|
25
|
+
- [#101](https://github.com/nathanvale/chatline/pull/101) [`c8b062b`](https://github.com/nathanvale/chatline/commit/c8b062bf3d41abc29703c4f0d39f5f204d9a9c1c) Thanks [@nathanvale](https://github.com/nathanvale)! - test: verify auto-publish workflow with changesets
|
|
26
|
+
|
|
27
|
+
- [#88](https://github.com/nathanvale/chatline/pull/88) [`0530663`](https://github.com/nathanvale/chatline/commit/0530663201b7433fa88d7f2825bc4fcedbacfd1c) Thanks [@nathanvale](https://github.com/nathanvale)! - test: verify auto-publish workflow
|
|
28
|
+
|
|
29
|
+
- [#81](https://github.com/nathanvale/chatline/pull/81) [`9d2b055`](https://github.com/nathanvale/chatline/commit/9d2b055407428465f43e5328e9597c5fb32f07cf) Thanks [@nathanvale](https://github.com/nathanvale)! - Test prerelease workflow with GitHub release creation.
|
|
30
|
+
|
|
3
31
|
## 0.1.0-next.3
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
package/dist/bin/index.js
CHANGED
package/dist/index.js
CHANGED