@trebired/bundler 0.3.0 → 1.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.
- package/CHANGELOG.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ All notable changes to `@trebired/bundler` will be documented here.
|
|
|
4
4
|
|
|
5
5
|
This project follows semantic versioning once published.
|
|
6
6
|
|
|
7
|
-
## 0.
|
|
7
|
+
## 1.0.0
|
|
8
8
|
|
|
9
9
|
- Changed inline source annotations from `@trebired/source:` to neutral `source:` comments.
|
|
10
10
|
- Added `virtualEntries` for in-memory generated entry modules.
|
package/package.json
CHANGED