Releases: jelleklaver/react-linkedin-insight
v0.1.3 | Improved types
Based on #20 Typescript support is improved.
v0.1.2 | Fix distribution
OK, I mixed up some things, but thanks to @theoldcounty's issue report, the npm distribution is also usable again.
v0.1.1 | Whoops, forgot to publish the types to npm
Bugfix
There was Typescript support, but not on the NPM pacakge.. I forgot to include the types in the package.json
's files list.
v0.1.0 | Typescript and subdomain support
Thanks to @tattali this release includes Typescript and subdomain support!
Furthermore, I updated all dependencies and added tests to improve stability of the package.
It should be backwards compatible with 0.0.5
, but I cannot guarantee all use cases to have backwards compatability, so be sure to test your use case before updating.
v0.0.5 | Security patch
Updated all dependencies to newest versions as the peer dependencies eslint-utils
and lodash
had security vulnerabilities.
v0.0.4
Decrease NPM package size
v0.0.3 | Security patch
Updated the eslint
dependency as one of its dependencies had a security vulnerability.
The following vulnerabilities were exposed prior to this version. It was only utilized development (linting):
v0.0.2
Disable during SSR
v0.0.1
Initial release