@nathanvale/chatline 0.2.0-next.0 → 0.2.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # chatline
2
2
 
3
+ ## 0.2.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
+
3
13
  ## 0.2.0-next.0
4
14
 
5
15
  ### Minor Changes
package/dist/bin/index.js CHANGED
@@ -211,7 +211,7 @@ var init_package = __esm(() => {
211
211
  sideEffects: false,
212
212
  type: "module",
213
213
  types: "./dist/index.d.ts",
214
- version: "0.2.0-next.0",
214
+ version: "0.2.0",
215
215
  workspaces: [
216
216
  ".",
217
217
  "website"
package/dist/index.js CHANGED
@@ -1395,7 +1395,7 @@ var package_default = {
1395
1395
  sideEffects: false,
1396
1396
  type: "module",
1397
1397
  types: "./dist/index.d.ts",
1398
- version: "0.2.0-next.0",
1398
+ version: "0.2.0",
1399
1399
  workspaces: [
1400
1400
  ".",
1401
1401
  "website"
package/package.json CHANGED
@@ -157,7 +157,7 @@
157
157
  "sideEffects": false,
158
158
  "type": "module",
159
159
  "types": "./dist/index.d.ts",
160
- "version": "0.2.0-next.0",
160
+ "version": "0.2.0",
161
161
  "workspaces": [
162
162
  ".",
163
163
  "website"