netscape-bookmark-parser 1.0.0-pre → 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.
package/README-ja.md CHANGED
@@ -543,8 +543,7 @@ MIT License - 詳細は[LICENSE](LICENSE)ファイルを参照してください
543
543
 
544
544
  ## 変更履歴
545
545
 
546
- ### v1.0.0-pre(最新)
546
+ ### v1.0.1(最新)
547
547
 
548
- - 🚀 **プレリリース版**: 安定版 1.0.0 リリースに向けた準備
549
548
  - ✨ **コア機能**: 完全な HTML ブックマークファイル解析機能
550
549
  - 🏗️ **BookmarksTree クラス**: Map インターフェースを持つ階層
package/README.md CHANGED
@@ -544,9 +544,8 @@ When reporting issues, please include:
544
544
 
545
545
  ## Changelog
546
546
 
547
- ### v1.0.0-pre (Latest)
547
+ ### v1.0.1 (Latest)
548
548
 
549
- - 🚀 **Pre-release Version**: Preparing for stable 1.0.0 release
550
549
  - ✨ **Core Features**: Complete HTML bookmark file parsing functionality
551
550
  - 🏗️ **BookmarksTree Class**: Hierarchical structure management with Map interface
552
551
  - 🔄 **Bidirectional Conversion**: JSON ↔ HTML ↔ DOM conversion support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netscape-bookmark-parser",
3
- "version": "1.0.0-pre",
3
+ "version": "1.0.1",
4
4
  "author": "grakeice",
5
5
  "repository": "https://github.com/grakeice/netscape-bookmark-parser",
6
6
  "license": "MIT",