@financial-times/o-utils
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Changelog | ||
### [2.1.1](https://www.github.com/Financial-Times/origami/compare/o-utils-v2.1.0...o-utils-v2.1.1) (2022-01-13) | ||
### Bug Fixes | ||
* expand all uses of docs to documentation ([26f8d9d](https://www.github.com/Financial-Times/origami/commit/26f8d9d8cbbe3e78902d8c3951b37e08150a77bd)) | ||
## [2.1.0](https://www.github.com/Financial-Times/origami/compare/o-utils-v2.0.1...o-utils-v2.1.0) (2021-11-24) | ||
@@ -4,0 +11,0 @@ |
@@ -7,2 +7,2 @@ ## Migration guide | ||
Follow [the migration guide on the Origami website](https://origami.ft.com/docs/tutorials/bower-to-npm/). | ||
Follow [the migration guide on the Origami website](https://origami.ft.com/documentation/tutorials/bower-to-npm/). |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Provides JS helper functions, such as throttling and debouncing", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -14,3 +14,3 @@ # o-utils [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence) | ||
Check out [how to include Origami components in your project](https://origami.ft.com/docs/components/#including-origami-components-in-your-project) to get started with `o-utils`. | ||
Check out [how to include Origami components in your project](https://origami.ft.com/documentation/components/#including-origami-components-in-your-project) to get started with `o-utils`. | ||
@@ -17,0 +17,0 @@ ## JavaScript |
5221