@numiko/drilldown 2.0.0 → 2.0.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/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -113,9 +113,16 @@ menu.init();
113
113
  </ul>
114
114
  </div>
115
115
  ```
116
+ ## API
117
+
118
+ See [documentation](https://v2-0-1--numiko-drilldown.netlify.app/) for more detail on how to use the package.
116
119
 
117
120
  ## Release notes
118
121
 
122
+ ### v2.0.0
123
+
124
+ - Full TypeScript integration
125
+
119
126
  ### v1.0.0
120
127
 
121
128
  - Inital version created to work with SiteKit menus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@numiko/drilldown",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A package to create a menu system enabling you to drilldown to deeper levels and navigate back up",
5
5
  "author": "Numiko",
6
6
  "private": false,