@procore/globalization-toolkit 1.8.1 → 1.9.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.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -105,3 +105,19 @@ to create release notes and determine the next version.
105
105
 
106
106
  The `<description>` for commits selected for publishing are added to the release notes
107
107
  and can be found in the **Releases** section of Github.
108
+
109
+ ## License
110
+
111
+ The package is available under the [Procore Developers License](https://www.procore.com/legal/api-terms-and-conditions)
112
+
113
+ ## About Procore
114
+
115
+ <img
116
+ src="https://www.procore.com/images/procore_logo.png"
117
+ alt="Procore Logo"
118
+ width="250px"
119
+ />
120
+
121
+ Procore - building the software that builds the world.
122
+
123
+ Learn more about the #1 most widely used construction management software at [procore.com](https://www.procore.com/)
package/package.json CHANGED
@@ -79,5 +79,5 @@
79
79
  "@semantic-release/github"
80
80
  ]
81
81
  },
82
- "version": "1.8.1"
82
+ "version": "1.9.0"
83
83
  }