Skip to content

Commit 3803d14

Browse files
committed
chore(release): 2.0.1
1 parent f32d3f9 commit 3803d14

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [2.0.1](https://github.com/dmnsgn/glsl-rotate/compare/v2.0.0...v2.0.1) (2024-07-06)
6+
7+
48

59
# [2.0.0](https://github.com/dmnsgn/glsl-rotate/compare/v1.1.0...v2.0.0) (2022-06-13)
610

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glsl-rotate",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "GLSL rotation functions with matrices: 2D and 3D (with X/Y/Z convenience functions) available both as ES modules strings and as GLSL files for use with glslify.",
55
"keywords": [
66
"glsl",
@@ -11,7 +11,10 @@
1111
],
1212
"homepage": "https://github.com/dmnsgn/glsl-rotate",
1313
"bugs": "https://github.com/dmnsgn/glsl-rotate/issues",
14-
"repository": "dmnsgn/glsl-rotate",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/dmnsgn/glsl-rotate.git"
17+
},
1518
"funding": [
1619
{
1720
"type": "individual",

0 commit comments

Comments
 (0)