Skip to content

Commit

Permalink
chore(release): 3.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Jun 1, 2023
1 parent 13aed7b commit 79cae79
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.0.0-alpha.8](https://github.com/pex-gl/pex-context/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2023-06-01)


### Features

* add capabilities.floatBlend EXT_float_blend ([8a47bd3](https://github.com/pex-gl/pex-context/commit/8a47bd3476eb8d4bcd83a190375f41b94ba56f8b))
* add support for WEBGL_draw_instanced_base_vertex_base_instance and drawArrays for WEBGL_multi_draw_instanced_base_vertex_base_instance ([224ee99](https://github.com/pex-gl/pex-context/commit/224ee99aab1a75c559b359898367627408eb48b3)), closes [#133](https://github.com/pex-gl/pex-context/issues/133)



# [3.0.0-alpha.7](https://github.com/pex-gl/pex-context/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2023-02-21)


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": "pex-context",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"description": "Modern WebGL state wrapper for PEX: allocate GPU resources (textures, buffers), setup state pipelines and passes, and combine them into commands.",
"keywords": [
"pex",
Expand Down

0 comments on commit 79cae79

Please sign in to comment.