Skip to content

Commit 054aa19

Browse files
chore(release): [skip ci] 1.0.0
# 1.0.0 (2021-10-08) ### Bug Fixes * normalize glob matched paths ([3cc73ce](3cc73ce)) ### Features * initial release ([7e381be](7e381be))
1 parent 5396808 commit 054aa19

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2021-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* normalize glob matched paths ([3cc73ce](https://github.com/soufyakoub/laravel-mix-manifest-paths/commit/3cc73ce0ef0e54c92db4069d29dda07bc97a7ecf))
7+
8+
9+
### Features
10+
11+
* initial release ([7e381be](https://github.com/soufyakoub/laravel-mix-manifest-paths/commit/7e381be7f81d566f8c222a81f0bc3d882a5a0f67))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-mix-manifest-paths",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A laravel-mix extension that grants access to the generated manifest's paths in static assets.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)