Skip to content

Commit

Permalink
chore(master): release 2.0.0
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 a184863 commit 2941e05
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* replace import with include

### Features

* replace import with include ([cbc3ae6](https://github.com/mentos1386/ts-shader-loader/commit/cbc3ae69b0aa67ab6889040ecc83e3ea1b248419))


### Bug Fixes

* **package.json:** use types instead of typings ([a184863](https://github.com/mentos1386/ts-shader-loader/commit/a18486363db04dfc5a53259b21294b5d14b48314))
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": "1.0.6",
"version": "2.0.0",
"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 2941e05

Please sign in to comment.