Skip to content

Commit

Permalink
chore(master): release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mentos1386 committed Nov 15, 2022
1 parent 117e5c9 commit aee252e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.2](https://github.com/mentos1386/ts-shader-loader/compare/v2.0.1...v2.0.2) (2022-11-15)


### Bug Fixes

* include logic didnt work ([117e5c9](https://github.com/mentos1386/ts-shader-loader/commit/117e5c9b348380588576cd64a26e4373dd8c1609))

## [2.0.1](https://github.com/mentos1386/ts-shader-loader/compare/v2.0.0...v2.0.1) (2022-08-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-shader-loader",
"version": "2.0.1",
"version": "2.0.2",
"description": "A webpack loader for glsl shaders - includes support for nested imports. Re-Written in TypeScript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit aee252e

Please sign in to comment.