Skip to content

Commit 392986d

Browse files
committed
chore(release): 0.1.0
1 parent 432e620 commit 392986d

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 0.1.0 (2022-11-15)
2+
3+
4+
### Features
5+
6+
* **types:** generate types for imgix url params ([432e620](https://github.com/JamieMason/typescript-imgix-url-params/commit/432e62090b700ce305e220a7e8030c7daf024af8))
7+
8+
9+

DEPENDENCIES.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# typescript-imgix-url-params
2+
3+
TypeScript definitions of imgix's URL parameters
4+
5+
## Installation
6+
7+
This is a [Node.js](https://nodejs.org/) module available through the
8+
[npm registry](https://www.npmjs.com/). It can be installed using the
9+
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
10+
or
11+
[`yarn`](https://yarnpkg.com/en/)
12+
command line tools.
13+
14+
```sh
15+
npm install typescript-imgix-url-params --save
16+
```
17+
18+
## Dependencies
19+
20+
None
21+
22+
## Dev Dependencies
23+
24+
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
25+
- [@types/prettier](https://ghub.io/@types/prettier): TypeScript definitions for prettier
26+
- [imgix-url-params](https://ghub.io/imgix-url-params): Organized, machine-friendly documentation of imgix's URL parameters
27+
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
28+
- [ts-node](https://ghub.io/ts-node): TypeScript execution environment and REPL for node.js, with source map support
29+
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development
30+
31+
## License
32+
33+
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-imgix-url-params",
33
"description": "TypeScript definitions of imgix's URL parameters",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/typescript-imgix-url-params/issues",
77
"devDependencies": {

0 commit comments

Comments
 (0)