Skip to content

Commit

Permalink
chore(release): 8.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.1.0](v8.0.0...v8.1.0) (2022-10-28)

### Bug Fixes

* export of compiled sources and location of test assets ([638996a](638996a))
* output directory of docs required for build pipeline ([3625867](3625867))
* remove uneeded release phase ([626b768](626b768))
* set correct default branch ([6c528d1](6c528d1))

### Features

* introduce commitlint to use predefined commit message conventions ([1422aa5](1422aa5))
* introduce semantic-release plugin ([9cbe0c0](9cbe0c0))
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent 68677a3 commit 9ff4d0a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [8.1.0](https://github.com/terrestris/ol-util/compare/v8.0.0...v8.1.0) (2022-10-28)


### Bug Fixes

* export of compiled sources and location of test assets ([638996a](https://github.com/terrestris/ol-util/commit/638996aaf2e2581033f7748f0a949673260e8ce9))
* output directory of docs required for build pipeline ([3625867](https://github.com/terrestris/ol-util/commit/3625867e89a5a44e04bfa4b14680e417a377c871))
* remove uneeded release phase ([626b768](https://github.com/terrestris/ol-util/commit/626b7680304c01e900e75b7f82baae4904034112))
* set correct default branch ([6c528d1](https://github.com/terrestris/ol-util/commit/6c528d16c2980367dc7718c441a8841f9b2216c9))


### Features

* introduce commitlint to use predefined commit message conventions ([1422aa5](https://github.com/terrestris/ol-util/commit/1422aa59c2a87a1474a972ab7b5bafa6b6164a86))
* introduce semantic-release plugin ([9cbe0c0](https://github.com/terrestris/ol-util/commit/9cbe0c002b1206367c373001dda03206c3f7e3ba))

# [8.0.0]

### :rotating_light: BREAKING CHANGES :rotating_light:
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": "@terrestris/ol-util",
"version": "7.4.1",
"version": "8.1.0",
"description": "A set of helper classes for working with openLayers",
"module": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 9ff4d0a

Please sign in to comment.