@side-quest/x-api 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2](https://github.com/nathanvale/side-quest-x-api/pull/2) [`63cc8c2`](https://github.com/nathanvale/side-quest-x-api/commit/63cc8c29e8787dadf3a50aa2a097d62514a73f54) Thanks [@nathanvale](https://github.com/nathanvale)! - Add threads and timelines keywords to package metadata
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@side-quest/x-api",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Read-only Twitter/X API v2 — tweets, threads, timelines, user profiles",
5
5
  "author": {
6
6
  "name": "Nathan Vale",
@@ -44,6 +44,8 @@
44
44
  "api",
45
45
  "mcp",
46
46
  "tweets",
47
+ "threads",
48
+ "timelines",
47
49
  "read-only",
48
50
  "typescript",
49
51
  "bun"