File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
18
18
19
19
### Fixed
20
20
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 )
22
30
23
31
---
24
32
@@ -174,6 +182,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
174
182
- Initial npm version
175
183
176
184
[ 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
177
186
[ v0.7.0 ] : https://github.com/aenhancers/aequery/compare/v0.6.0...v0.7.0
178
187
[ v0.6.0 ] : https://github.com/aenhancers/aequery/compare/v0.5.0...v0.6.0
179
188
[ v0.5.0 ] : https://github.com/aenhancers/aequery/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aequery" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " General purpose after effects scripting library" ,
5
5
"main" : " dist/aequery.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments