Skip to content

Commit 1239aa8

Browse files
chore(release): 9.1.0 [skip ci]
# [9.1.0](v9.0.0...v9.1.0) (2021-07-23) ### Features * **ol:** sort ol.ext entry point to the top if present ([d486529](d486529))
1 parent 03e586b commit 1239aa8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [9.1.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v9.0.0...v9.1.0) (2021-07-23)
2+
3+
4+
### Features
5+
6+
* **ol:** sort ol.ext entry point to the top if present ([d486529](https://github.com/ngageoint/opensphere-build-resolver/commit/d486529fdf28294af13207464b43832df867443c))
7+
18
# [9.0.0](https://github.com/ngageoint/opensphere-build-resolver/compare/v8.1.0...v9.0.0) (2021-07-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensphere-build-resolver",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"description": "Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, sass/node-sass, and other tools.",
55
"bin": {
66
"os-resolve": "./resolve.js"

0 commit comments

Comments
 (0)