Skip to content

Commit

Permalink
chore(master): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mentos1386 committed Aug 13, 2022
1 parent 21494e8 commit 81c2015
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.1](https://github.com/mentos1386/ts-shader-loader/compare/v2.0.0...v2.0.1) (2022-08-13)


### Bug Fixes

* **release:** npm publish not authenticated ([21494e8](https://github.com/mentos1386/ts-shader-loader/commit/21494e85c39f59445335a5ee16e1f2e6566e80a9))

## [2.0.0](https://github.com/mentos1386/ts-shader-loader/compare/v1.0.6...v2.0.0) (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.0",
"version": "2.0.1",
"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 81c2015

Please sign in to comment.