Skip to content

Commit efe4710

Browse files
committed
Update package, changelog to v0.7.1
1 parent 3a9fabe commit efe4710

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1818

1919
### Fixed
2020

21-
- Gulp not concatenating files properly
21+
-
22+
23+
---
24+
25+
## [v0.7.1] - 2022/02/17
26+
27+
### Fixed
28+
29+
- Build issues not compiling aequery properly (#62)
2230

2331
---
2432

@@ -174,6 +182,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
174182
- Initial npm version
175183

176184
[Unreleased]: https://github.com/aenhancers/aequery/compare/master...develop
185+
[v0.7.1]: https://github.com/aenhancers/aequery/compare/v0.7.0...v0.7.1
177186
[v0.7.0]: https://github.com/aenhancers/aequery/compare/v0.6.0...v0.7.0
178187
[v0.6.0]: https://github.com/aenhancers/aequery/compare/v0.5.0...v0.6.0
179188
[v0.5.0]: https://github.com/aenhancers/aequery/compare/v0.4.0...v0.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aequery",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "General purpose after effects scripting library",
55
"main": "dist/aequery.js",
66
"scripts": {

0 commit comments

Comments
 (0)