turbo 1.0.6 → 1.0.10

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/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,19 +11,21 @@
11
11
  </a>
12
12
  </p>
13
13
 
14
- ## Documentation
14
+ ## Getting Started / Documentation
15
15
 
16
16
  Visit https://turborepo.org to view the full documentation.
17
17
 
18
18
  ## Community
19
19
 
20
+ The Turborepo community can be found on [GitHub Discussions](https://github.com/vercel/turborepo/discussions), where you can ask questions, voice ideas, and share your projects.
21
+
20
22
  To chat with other community members, you can join the [Turborepo Discord](https://turborepo.org/discord)
21
23
 
22
24
  Our [Code of Conduct](https://github.com/vercel/turborepo/blob/main/CODE_OF_CONDUCT.md) applies to all Turborepo community channels.
23
25
 
24
26
  ## Updates
25
27
 
26
- Follow [@turborepo](https://twitter.com/turborepo)
28
+ Follow [@turborepo](https://twitter.com/turborepo) on Twitter and for project updates
27
29
 
28
30
  ## Author
29
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbo",
3
- "version": "1.0.6",
3
+ "version": "1.0.10",
4
4
  "description": "The blazing fast monorepo build system.",
5
5
  "repository": "https://github.com/vercel/turborepo",
6
6
  "bugs": "https://github.com/vercel/turborepo/issues",