ical-generator 7.0.0-develop.5 → 7.0.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 +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,13 +20,7 @@
20
20
  `ical-generator` is a small but fine library with which you can very easily create a valid iCal calendars, for example
21
21
  to generate subscriptionable calendar feeds.
22
22
 
23
- <br />
24
- <br />
25
23
 
26
- ## ⚠️ Migration to v6
27
- In version 6 some breaking changes were made to make `ical-generator` even better. A short list of
28
- these breaking changes and how you can adapt your code can be found in our
29
- [Migration Guide](https://github.com/sebbo2002/ical-generator/wiki/Migration-Guide:-v5-%E2%86%92-v6).
30
24
 
31
25
  ## 📦 Installation
32
26
 
package/package.json CHANGED
@@ -125,5 +125,5 @@
125
125
  "test": "mocha"
126
126
  },
127
127
  "type": "module",
128
- "version": "7.0.0-develop.5"
128
+ "version": "7.0.0"
129
129
  }