@rapthi/podca-ts 1.0.0 → 1.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 +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -252,11 +252,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
252
252
 
253
253
  ## License
254
254
 
255
- MIT © [Thierry Rapillard](https://github.com/rapthi)
256
-
257
- ## Changelog
258
-
259
- See [CHANGELOG.md](./CHANGELOG.md) for a list of changes in each release.
255
+ MIT © [rapthi](https://github.com/rapthi)
260
256
 
261
257
  ## Support
262
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rapthi/podca-ts",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A TypeScript library for parsing and managing podcast feeds from RSS/iTunes feeds",
5
5
  "author": "Thierry Rapillard <rapthi@gmail.com>",
6
6
  "license": "MIT",